Skip to content

Commit

Permalink
Fix codespell targeting
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGrace2282 committed May 15, 2024
1 parent 2c0d5de commit 637867c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
files: ^tin/.*
exclude: ^tin/(static/.*vendor|.*migrations)

repos:
Expand All @@ -21,12 +20,10 @@ repos:
hooks:
- id: ruff
args: [ "--fix", "--exit-non-zero-on-fix" ]
files: ^tin/.*
name: ruff lint
- id: ruff-format
# - repo: https://github.com/psf/black
# rev: 24.4.2
# hooks:
# - id: black
files: ^tin/.*
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
Expand Down

0 comments on commit 637867c

Please sign in to comment.