We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55d4a9f + 7db8bdb commit 8cefce5Copy full SHA for 8cefce5
.pre-commit-config.yaml
@@ -11,7 +11,7 @@
11
repos:
12
# Autoformat: Python code, syntax patterns are modernized
13
- repo: https://github.com/asottile/pyupgrade
14
- rev: v3.14.0
+ rev: v3.15.0
15
hooks:
16
- id: pyupgrade
17
args:
@@ -34,7 +34,7 @@ repos:
34
35
# Autoformat: Python code
36
- repo: https://github.com/psf/black
37
- rev: 23.9.1
+ rev: 23.10.1
38
39
- id: black
40
exclude: "contrib\/template\/.*"
@@ -47,7 +47,7 @@ repos:
47
48
# Misc...
49
- repo: https://github.com/pre-commit/pre-commit-hooks
50
- rev: v4.4.0
+ rev: v4.5.0
51
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
52
53
# Autoformat: Makes sure files end in a newline and only a newline.
0 commit comments