mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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"
|
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:
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue