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 4cfbe14 commit 4870f99Copy full SHA for 4870f99
.pre-commit-config.yaml
@@ -4,7 +4,7 @@
4
# pre-commit install-hooks
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.0.1
+ rev: v4.2.0
8
hooks:
9
- id: trailing-whitespace
10
- id: end-of-file-fixer
@@ -19,7 +19,7 @@ repos:
19
20
- id: flake8
21
- repo: https://github.com/asottile/pyupgrade
22
- rev: v2.29.1
+ rev: v2.32.1
23
24
- id: pyupgrade
25
args: [--py36-plus]
0 commit comments