mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 18:46:52 +00:00
17 lines
348 B
INI
17 lines
348 B
INI
[aliases]
|
|
test=pytest
|
|
|
|
[bdist_wheel]
|
|
universal=1
|
|
|
|
[metadata]
|
|
requires-dist =
|
|
enum34; python_version<"3.4"
|
|
configparser; python_version<"3.2"
|
|
pyflakes >= 0.8.1, != 1.2.0, != 1.2.1, != 1.2.2, < 1.3.0
|
|
pycodestyle >= 2.0.0, < 2.1.0
|
|
mccabe >= 0.5.0, < 0.6.0
|
|
|
|
[pytest]
|
|
norecursedirs = .git .* *.egg* old docs dist build
|
|
addopts = -rw
|