Remove obsolete config value

This was used by flake8-import-order
This commit is contained in:
Hugo Osvaldo Barrera 2022-12-03 16:20:42 +01:00 committed by Hugo
parent 51b409017d
commit 6506c86f58
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,8 @@ repos:
rev: "6.0.0" rev: "6.0.0"
hooks: hooks:
- id: flake8 - id: flake8
additional_dependencies: [flake8-import-order, flake8-bugbear] additional_dependencies:
- flake8-bugbear
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: "22.10.0" rev: "22.10.0"
hooks: hooks:

View file

@ -17,7 +17,6 @@ extend-ignore =
I202 I202
max-line-length = 88 max-line-length = 88
exclude = .eggs,build exclude = .eggs,build
import-order-style = smarkets
[isort] [isort]
force_single_line=true force_single_line=true