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 090add6 commit 837a866Copy full SHA for 837a866
.pre-commit-config.yaml
@@ -45,7 +45,7 @@ repos:
45
types: [file, python]
46
args: [--max-line-length=100, --ignore=E203 E301 E302 E501 E402 E704 W503 W504]
47
- repo: https://github.com/pycqa/isort
48
- rev: 5.11.4
+ rev: 5.12.0
49
hooks:
50
- id: isort
51
name: isort Formatting
0 commit comments