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 89178ed commit 0e14210Copy full SHA for 0e14210
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
- id: check-yaml
16
- id: debug-statements
17
- repo: https://github.com/asottile/pyupgrade
18
- rev: v3.18.0
+ rev: v3.19.0
19
hooks:
20
- id: pyupgrade
21
- repo: https://github.com/psf/black
@@ -25,7 +25,7 @@ repos:
25
args: [--safe, --quiet]
26
language_version: python3
27
- repo: https://github.com/asottile/blacken-docs
28
- rev: 1.19.0
+ rev: 1.19.1
29
30
- id: blacken-docs
31
additional_dependencies: [black==23.1.0]
0 commit comments