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 23028aa + a35b9a0 commit 7b74a59Copy full SHA for 7b74a59
1 file changed
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
additional_dependencies: [pycodestyle>=2.11.0]
21
args: [--max-line-length=128, '--exclude=./.*,build,dist', '--ignore=E501,W503,E203,F841,E231', --count, --statistics, --show-source]
22
- repo: https://github.com/pycqa/isort
23
- rev: 8.0.0
+ rev: 8.0.1
24
hooks:
25
- id: isort
26
args: [--profile=black, --line-length=128]
0 commit comments