We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a384471 commit 5c10c81Copy full SHA for 5c10c81
1 file changed
.pre-commit-config.yaml
@@ -1,15 +1,19 @@
1
repos:
2
- repo: https://github.com/python/black
3
- rev: 22.3.0
+ rev: 25.1.0
4
hooks:
5
- id: black
6
args: [--safe]
7
language_version: python3
8
- repo: https://github.com/pre-commit/pre-commit-hooks
9
- rev: v2.2.3
+ rev: v6.0.0
10
11
- id: trailing-whitespace
12
- id: check-yaml
13
- id: debug-statements
14
- - id: flake8
15
+- repo: https://github.com/pycqa/flake8
16
+ rev: 7.3.0
17
+ hooks:
18
+ - id: flake8
19
+ language_version: python3
0 commit comments