Skip to content

Commit

Permalink
Use fixit in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TechNickAI committed Aug 8, 2023
1 parent b5a15eb commit a0a0088
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ repos:
- id: isort
args: [--profile=black]

- repo: https://github.com/Instagram/Fixit
rev: v2.0.0.post1
hooks:
- id: fixit-fix

# Ruff replaces flake8 and pylint and more
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.275
Expand Down

0 comments on commit a0a0088

Please sign in to comment.