We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a971f commit 7b96920Copy full SHA for 7b96920
.pre-commit-config.yaml
@@ -12,17 +12,17 @@ repos:
12
- id: add-trailing-comma
13
14
- repo: https://github.com/Lucas-C/pre-commit-hooks.git
15
- rev: v1.1.1
+ rev: v1.5.5
16
hooks:
17
- id: remove-tabs
18
19
- repo: https://github.com/Lucas-C/pre-commit-hooks-markup.git
20
- rev: v1.0.0
+ rev: v1.0.1
21
22
- id: rst-linter
23
24
- repo: https://github.com/pre-commit/pre-commit-hooks.git
25
- rev: v2.0.0
+ rev: v5.0.0
26
27
# Side-effects:
28
- id: trailing-whitespace
@@ -49,7 +49,7 @@ repos:
49
- id: debug-statements
50
51
- repo: https://github.com/PyCQA/flake8.git
52
- rev: 6.0.0
+ rev: 7.1.1
53
54
- id: flake8
55
alias: flake8-no-wps
0 commit comments