We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c10bf commit 6c24ff9Copy full SHA for 6c24ff9
1 file changed
.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
26
- id: identity
27
- id: check-hooks-apply
28
- repo: https://github.com/pre-commit/pre-commit-hooks
29
- rev: v4.4.0
+ rev: v4.6.0
30
hooks:
31
#- id: check-added-large-files
32
- id: check-case-conflict
@@ -57,7 +57,7 @@ repos:
57
exclude: \.(cs|xml)$
58
# - id: trailing-whitespace
59
- repo: https://github.com/pycqa/flake8
60
- rev: 6.1.0
+ rev: 7.0.0
61
62
- id: flake8
63
args: [--config, .github/linters/.flake8]
0 commit comments