mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 18:46:52 +00:00
Ignore directories we do not want to run tests from
This commit is contained in:
parent
09000762fb
commit
fbbb3bece5
1 changed files with 3 additions and 0 deletions
|
|
@ -7,3 +7,6 @@ universal=1
|
|||
[metadata]
|
||||
requires-dist =
|
||||
enum34; python_version<"3.4"
|
||||
|
||||
[pytest]
|
||||
norecursedirs = .git .* *.egg* old docs dist build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue