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.
1 parent f2d921e commit c8281b3Copy full SHA for c8281b3
.pre-commit-config.yaml
@@ -14,15 +14,15 @@ exclude: "(.*/)?secrets/.*"
14
repos:
15
# Autoformat: Python code, syntax patterns are modernized
16
- repo: https://github.com/asottile/pyupgrade
17
- rev: v3.14.0
+ rev: v3.15.0
18
hooks:
19
- id: pyupgrade
20
args:
21
- --py37-plus
22
23
# Autoformat: Python code
24
- repo: https://github.com/psf/black
25
- rev: 23.9.1
+ rev: 23.10.1
26
27
- id: black
28
@@ -57,7 +57,7 @@ repos:
57
58
# Misc autoformatting and linting
59
- repo: https://github.com/pre-commit/pre-commit-hooks
60
- rev: v4.4.0
+ rev: v4.5.0
61
62
- id: end-of-file-fixer
63
exclude_types: [svg, css, json]
0 commit comments