We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e80be commit 7e91e66Copy full SHA for 7e91e66
.pre-commit-config.yaml
@@ -22,7 +22,7 @@
22
repos:
23
# Autoformat: Python code, syntax patterns are modernized
24
- repo: https://github.com/asottile/pyupgrade
25
- rev: v3.16.0
+ rev: v3.19.1
26
hooks:
27
- id: pyupgrade
28
args:
@@ -36,21 +36,21 @@ repos:
36
37
# Autoformat: Python code
38
- repo: https://github.com/psf/black
39
- rev: "24.4.2"
+ rev: "24.10.0"
40
41
- id: black
42
43
# Autoformat: general small fixes
44
- repo: https://github.com/pre-commit/pre-commit-hooks
45
- rev: v4.6.0
+ rev: v5.0.0
46
47
- id: end-of-file-fixer
48
exclude_types: ["svg"]
49
- id: trailing-whitespace
50
51
# Lint: Python code
52
- repo: https://github.com/PyCQA/flake8
53
- rev: "7.1.0"
+ rev: "7.1.1"
54
55
- id: flake8
56
0 commit comments