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 6c423eb commit 0471ca9Copy full SHA for 0471ca9
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
- id: end-of-file-fixer
12
- id: trailing-whitespace
13
- repo: https://github.com/asottile/pyupgrade
14
- rev: v2.26.0
+ rev: v2.28.0
15
hooks:
16
- id: pyupgrade
17
args: [--py36-plus]
@@ -39,7 +39,7 @@ repos:
39
- flake8-tidy-imports
40
- flake8-typing-imports
41
- repo: https://github.com/mgedmin/check-manifest
42
- rev: "0.46"
+ rev: "0.47"
43
44
- id: check-manifest
45
args: [--no-build-isolation]
0 commit comments