We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19adc76 commit e9eb346Copy full SHA for e9eb346
.pre-commit-config.yaml
@@ -3,30 +3,30 @@ default_stages: [commit]
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.3.0
+ rev: v4.5.0
7
hooks:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
10
- id: check-yaml
11
12
- repo: https://github.com/asottile/pyupgrade
13
- rev: v2.37.3
+ rev: v3.15.2
14
15
- id: pyupgrade
16
args: [--py39-plus]
17
18
- repo: https://github.com/psf/black
19
- rev: 22.6.0
+ rev: 24.3.0
20
21
- id: black
22
23
- repo: https://github.com/PyCQA/isort
24
- rev: 5.10.1
+ rev: 5.13.2
25
26
- id: isort
27
28
- repo: https://github.com/PyCQA/flake8
29
- rev: 5.0.4
+ rev: 7.0.0
30
31
- id: flake8
32
args: ["--config=setup.cfg"]
0 commit comments