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 51b4090 commit 6506c86Copy full SHA for 6506c86
.pre-commit-config.yaml
@@ -12,7 +12,8 @@ repos:
12
rev: "6.0.0"
13
hooks:
14
- id: flake8
15
- additional_dependencies: [flake8-import-order, flake8-bugbear]
+ additional_dependencies:
16
+ - flake8-bugbear
17
- repo: https://github.com/psf/black
18
rev: "22.10.0"
19
setup.cfg
@@ -17,7 +17,6 @@ extend-ignore =
I202
max-line-length = 88
exclude = .eggs,build
20
-import-order-style = smarkets
21
22
[isort]
23
force_single_line=true
0 commit comments