mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 10:46:54 +00:00
12 lines
171 B
INI
12 lines
171 B
INI
[aliases]
|
|
test=pytest
|
|
|
|
[bdist_wheel]
|
|
universal=1
|
|
|
|
[metadata]
|
|
requires-dist =
|
|
enum34; python_version<"3.4"
|
|
|
|
[pytest]
|
|
norecursedirs = .git .* *.egg* old docs dist build
|