Skip to content

Commit

Permalink
rm flake8 configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Apr 25, 2024
1 parent 6a6f524 commit 95f5ebf
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -82,20 +82,6 @@ dev =
console_scripts =
nigsp=nigsp.workflow:_main

[flake8]
doctest = True
exclude =
_version.py
./nigsp/cli/__init__.py
./nigsp/tests/*
versioneer.py
ignore = E126, E402, W503, F401, F811
max-line-length = 88
extend-ignore = E203, E501
extend-select = B950
per-file-ignores =
workflow.py:D401

[isort]
profile = black
skip_gitignore = true
Expand Down

0 comments on commit 95f5ebf

Please sign in to comment.