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 97b470b + dd36eeb commit 1f0cbc0Copy full SHA for 1f0cbc0
.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