We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f41408 commit 78dc9cfCopy full SHA for 78dc9cf
2 files changed
.pre-commit-config.yaml
@@ -8,13 +8,13 @@ repos:
8
- repo: local
9
hooks:
10
11
- # - id: ruff-auto-fix
12
- # name: ruff-auto-fix
13
- # entry: ./run_ruff.py
14
- # language: python
15
- # types: [ python ]
16
- # always_run: true
17
- # pass_filenames: false
+ - id: ruff-auto-fix
+ name: ruff-auto-fix
+ entry: ./run_ruff.py
+ language: python
+ types: [ python ]
+ always_run: true
+ pass_filenames: false
18
19
- id: pytest-check
20
name: pytest-check
run_ruff.py
100644
100755
0 commit comments