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 129f624 + 714a26e commit d0ad8d3Copy full SHA for d0ad8d3
.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.4.0
+ rev: v3.14.0
15
hooks:
16
- id: pyupgrade
17
args:
@@ -23,7 +23,7 @@ repos:
23
24
# Autoformat: Python code
25
- repo: https://github.com/psf/black
26
- rev: 23.3.0
+ rev: 23.9.1
27
28
- id: black
29
@@ -44,7 +44,7 @@ repos:
44
45
# Autoformat: markdown
46
- repo: https://github.com/pre-commit/mirrors-prettier
47
- rev: v3.0.0-alpha.9-for-vscode
+ rev: v3.0.3
48
49
- id: prettier
50
files: ".md"
0 commit comments