Skip to content

Commit 1a1c2ae

Browse files
committed
update config for latest pre-commit versions
1 parent 3d16e3d commit 1a1c2ae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ norecursedirs = .git
2020
log_level=INFO
2121
addopts =
2222
--strict-markers
23-
--allow-unix-socket
2423

2524
[flake8]
2625
exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build
@@ -49,8 +48,6 @@ force_grid_wrap=0
4948
use_parentheses=True
5049
line_length=109
5150
indent = " "
52-
# by default isort don't check module indexes
53-
not_skip = __init__.py
5451
# will group `import x` and `from x import` of the same module.
5552
force_sort_within_sections = true
5653
sections = FUTURE,STDLIB,INBETWEENS,THIRDPARTY,FIRSTPARTY,LOCALFOLDER

0 commit comments

Comments
 (0)