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 d329757 + ec486eb commit d1eb086Copy full SHA for d1eb086
.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
@@ -46,7 +46,7 @@ repos:
46
47
# Misc...
48
- repo: https://github.com/pre-commit/pre-commit-hooks
49
- rev: v4.4.0
+ rev: v4.5.0
50
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
51
52
# Autoformat: Makes sure files end in a newline and only a newline.
0 commit comments