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 94603ae commit 7dfd1dfCopy full SHA for 7dfd1df
1 file changed
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
- id: end-of-file-fixer
13
- id: trailing-whitespace
14
- repo: https://github.com/asottile/pyupgrade
15
- rev: v2.29.1
+ rev: v2.31.0
16
hooks:
17
- id: pyupgrade
18
- repo: https://github.com/PyCQA/isort
@@ -34,7 +34,7 @@ repos:
34
35
- id: rst-backticks
36
- repo: https://github.com/tox-dev/tox-ini-fmt
37
- rev: "0.5.1"
+ rev: "0.5.2"
38
39
- id: tox-ini-fmt
40
args: ["-p", "fix_lint"]
0 commit comments