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 cfe582c + 4df70b2 commit d6ee023Copy full SHA for d6ee023
.pre-commit-config.yaml
@@ -11,15 +11,15 @@
11
repos:
12
# Autoformat: Python code, syntax patterns are modernized
13
- repo: https://github.com/asottile/pyupgrade
14
- rev: v3.15.0
+ rev: v3.15.2
15
hooks:
16
- id: pyupgrade
17
args:
18
- --py38-plus
19
20
# Autoformat: Python code
21
- repo: https://github.com/PyCQA/autoflake
22
- rev: v2.2.1
+ rev: v2.3.1
23
24
- id: autoflake
25
# args ref: https://github.com/PyCQA/autoflake#advanced-usage
@@ -34,7 +34,7 @@ repos:
34
35
36
- repo: https://github.com/psf/black
37
- rev: 24.1.1
+ rev: 24.3.0
38
39
- id: black
40
0 commit comments