We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ac57a commit 8375e2aCopy full SHA for 8375e2a
1 file changed
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.4.0
+ rev: v4.6.0
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
@@ -14,18 +14,9 @@ repos:
14
- id: debug-statements
15
- id: fix-byte-order-marker
16
- id: detect-private-key
17
- - repo: https://github.com/psf/black
18
- rev: 23.3.0
19
- hooks:
20
- - id: black
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: v0.0.272
+ rev: v0.4.10
23
24
- id: ruff
25
args: [--fix, --exit-non-zero-on-fix]
26
- - repo: https://github.com/pycqa/isort
27
- rev: 5.12.0
28
29
- - id: isort
30
-default_language_version:
31
- python: python3.11
+ - id: ruff-format
0 commit comments