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 8e2602e commit 8dadaf6Copy full SHA for 8dadaf6
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
8
language: python
9
files: \.py$
10
- repo: https://github.com/asottile/reorder-python-imports
11
- rev: v3.10.0
+ rev: v3.11.0
12
hooks:
13
- id: reorder-python-imports
14
args: ['--application-directories=.:src', --py38-plus]
@@ -24,7 +24,7 @@ repos:
24
25
- id: rst-backticks
26
- repo: https://github.com/asottile/pyupgrade
27
- rev: v3.10.1
28
29
- id: pyupgrade
30
args: [--py38-plus]
0 commit comments