mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 04:36:52 +00:00
require coverage 6.x and simplify config
This commit is contained in:
parent
382cc91040
commit
ef3585b3a0
2 changed files with 1 additions and 9 deletions
|
|
@ -1,5 +1,4 @@
|
|||
[run]
|
||||
parallel = True
|
||||
branch = True
|
||||
source =
|
||||
flake8
|
||||
|
|
@ -8,12 +7,6 @@ omit =
|
|||
# Don't complain if non-runnable code isn't run
|
||||
*/__main__.py
|
||||
|
||||
[paths]
|
||||
source =
|
||||
src/flake8
|
||||
.tox/*/lib/python*/site-packages/flake8
|
||||
.tox/pypy/site-packages/flake8
|
||||
|
||||
[report]
|
||||
show_missing = True
|
||||
skip_covered = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue