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 4b78202 commit 831a1dfCopy full SHA for 831a1df
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
6
hooks:
7
- id: black
8
- repo: https://github.com/pycqa/isort
9
- rev: 0a09c783808cfe77bb3269250f663ff733d23302 # frozen: 7.0.0
+ rev: 0a09c783808cfe77bb3269250f663ff733d23302 # frozen: 7.0.0
10
11
- id: isort
12
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -21,7 +21,7 @@ repos:
21
22
- id: yamlfmt
23
- repo: https://github.com/asottile/pyupgrade
24
- rev: f90119b1b8bd9e46949d9592972b2c4c27d62a97 # frozen: v3.21.0
+ rev: f90119b1b8bd9e46949d9592972b2c4c27d62a97 # frozen: v3.21.0
25
26
- id: pyupgrade
27
args: [--py39-plus]
0 commit comments