Skip to content

Commit a32efb0

Browse files
Update .pre-commit-config.yaml
1 parent 834ae06 commit a32efb0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
fail_fast: true
22

3+
# TODO: ruff
34
repos:
45
# checks for secrets via rules (gitleaks.toml)
56
- repo: https://github.com/zricethezav/gitleaks
@@ -10,10 +11,10 @@ repos:
1011
rev: 23.1.0
1112
hooks:
1213
- id: black
13-
- repo: https://github.com/PyCQA/flake8
14-
rev: 6.0.0
15-
hooks:
16-
- id: flake8
14+
# - repo: https://github.com/PyCQA/flake8
15+
# rev: 6.0.0
16+
# hooks:
17+
# - id: flake8
1718
# - repo: https://github.com/timothycrosley/isort
1819
# rev: 5.10.1
1920
# hooks:

0 commit comments

Comments
 (0)