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 926f12d + b1e465f commit 8430805Copy full SHA for 8430805
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.1.0
+ rev: v4.2.0
4
hooks:
5
- id: trailing-whitespace
6
args: [--markdown-linebreak-ext=md]
@@ -22,7 +22,7 @@ repos:
22
- flake8-comprehensions
23
- flake8-bugbear
24
- repo: https://github.com/asottile/pyupgrade
25
- rev: v2.31.1
+ rev: v2.32.0
26
27
- id: pyupgrade
28
args: [--py36-plus]
0 commit comments