Skip to content

Commit 4fa00ac

Browse files
authored
Merge pull request #72 from blooop/feature/pre-commit
remove ruff auto fix as it gets in the way of development
2 parents 7a4340b + c1cf09a commit 4fa00ac

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,15 @@ repos:
4242

4343
# Formatter for python
4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: v0.7.3
45+
rev: v0.8.2
4646
hooks:
47-
# Run the linter.
48-
- id: ruff
49-
types_or: [ python, pyi ]
50-
args: [ --fix ]
47+
5148
# Run the formatter.
5249
- id: ruff-format
5350
types_or: [ python, pyi ]
5451
# Checks for spelling mistakes
5552
- repo: https://github.com/codespell-project/codespell
56-
rev: v2.3.0 #TODO latest version 2.3.0 finds a lot of spelling mistakes but fails on "assertIn"
53+
rev: v2.3.0
5754
hooks:
5855
- id: codespell
5956
args: ['--write-changes']

0 commit comments

Comments
 (0)