We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2938b commit a1cff38Copy full SHA for a1cff38
.pre-commit-config.yaml
@@ -12,15 +12,15 @@ repos:
12
- id: trailing-whitespace
13
14
- repo: https://github.com/asottile/pyupgrade
15
- rev: v3.3.1
+ rev: v3.10.1
16
hooks:
17
- id: pyupgrade
18
name: PyUpgrade 3.7+
19
args: ["--py37-plus"]
20
exclude: ^bin/
21
22
- repo: https://github.com/pycqa/flake8
23
- rev: 6.0.0
+ rev: 6.1.0
24
25
- id: flake8
26
@@ -31,11 +31,11 @@ repos:
31
args: [--profile, black]
32
33
- repo: https://github.com/psf/black
34
- rev: 22.12.0
+ rev: 23.7.0
35
36
- id: black
37
38
- repo: https://github.com/asottile/setup-cfg-fmt
39
- rev: v2.2.0
+ rev: v2.4.0
40
41
- id: setup-cfg-fmt
0 commit comments