mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 05:54:17 +00:00
Add handling and decision making for select and ignore
This commit is contained in:
parent
0645ec3ef7
commit
eafc91ae6a
4 changed files with 249 additions and 6 deletions
|
|
@ -3,3 +3,7 @@ test=pytest
|
|||
|
||||
[bdist_wheel]
|
||||
universal=1
|
||||
|
||||
[metadata]
|
||||
requires-dist =
|
||||
enum34; python_version<"3.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue