We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77daa6 commit d32f197Copy full SHA for d32f197
1 file changed
.pre-commit-config.yaml
@@ -1,28 +1,28 @@
1
fail_fast: false
2
repos:
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v4.5.0
+ rev: v5.0.0
5
hooks:
6
- id: check-merge-conflict
7
- id: debug-statements
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
10
- repo: https://github.com/ambv/black
11
- rev: 24.2.0
+ rev: 25.1.0
12
13
- id: black
14
- repo: https://github.com/pycqa/flake8
15
- rev: 7.0.0
+ rev: 7.2.0
16
17
- id: flake8
18
additional_dependencies:
19
- importlib_metadata<5
20
- repo: https://github.com/asottile/pyupgrade
21
- rev: v3.15.1
+ rev: v3.19.1
22
23
- id: pyupgrade
24
args: [--py36-plus]
25
- repo: https://github.com/pycqa/isort
26
- rev: 5.13.2
+ rev: 6.0.1
27
28
- id: isort
0 commit comments