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 ea9e526 + 9d09b22 commit 702e879Copy full SHA for 702e879
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
6
hooks:
7
- id: black
8
- repo: https://github.com/pre-commit/pre-commit-hooks
9
- rev: v4.2.0
+ rev: v4.3.0
10
11
- id: trailing-whitespace
12
- id: end-of-file-fixer
@@ -34,7 +34,7 @@ repos:
34
args: [--extend-ignore=F401] # ignore imported unused in __init__.py
35
files: __init__.py
36
- repo: https://github.com/asottile/pyupgrade
37
- rev: v2.32.1
+ rev: v2.34.0
38
39
- id: pyupgrade
40
- repo: https://github.com/asottile/seed-isort-config
0 commit comments