We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7d75ba commit c4c9280Copy full SHA for c4c9280
.pre-commit-config.yaml
@@ -9,31 +9,31 @@ exclude: >
9
repos:
10
11
- repo: https://github.com/pre-commit/pre-commit-hooks
12
- rev: v4.4.0
+ rev: v4.6.0
13
hooks:
14
- id: check-json
15
- id: check-yaml
16
- id: end-of-file-fixer
17
- id: trailing-whitespace
18
19
- repo: https://github.com/asottile/pyupgrade
20
- rev: v3.3.1
+ rev: v3.15.2
21
22
- id: pyupgrade
23
args: [--py37-plus]
24
25
- repo: https://github.com/pycqa/isort
26
- rev: 5.12.0
+ rev: 5.13.2
27
28
- id: isort
29
30
- repo: https://github.com/psf/black
31
- rev: 23.3.0
+ rev: 24.4.0
32
33
- id: black
34
35
- repo: https://github.com/PyCQA/flake8
36
- rev: 6.0.0
+ rev: 7.0.0
37
38
- id: flake8
39
0 commit comments