mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Remove obsolete config value
This was used by flake8-import-order
This commit is contained in:
parent
51b409017d
commit
6506c86f58
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,8 @@ repos:
|
|||
rev: "6.0.0"
|
||||
hooks:
|
||||
- id: flake8
|
||||
additional_dependencies: [flake8-import-order, flake8-bugbear]
|
||||
additional_dependencies:
|
||||
- flake8-bugbear
|
||||
- repo: https://github.com/psf/black
|
||||
rev: "22.10.0"
|
||||
hooks:
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ extend-ignore =
|
|||
I202
|
||||
max-line-length = 88
|
||||
exclude = .eggs,build
|
||||
import-order-style = smarkets
|
||||
|
||||
[isort]
|
||||
force_single_line=true
|
||||
|
|
|
|||
Loading…
Reference in a new issue