mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-11 15:24:18 +00:00
Merge branch 'warnings' into 'master'
Remove remnants from previous PRs See merge request pycqa/flake8!289
This commit is contained in:
commit
844754c469
2 changed files with 0 additions and 5 deletions
|
|
@ -3,7 +3,5 @@ norecursedirs = .git .* *.egg* old docs dist build
|
||||||
addopts = -rw
|
addopts = -rw
|
||||||
filterwarnings =
|
filterwarnings =
|
||||||
error
|
error
|
||||||
# python2.x `configparser` warns about native string but it works fine
|
|
||||||
ignore:You passed a bytestring as `filenames`.*:DeprecationWarning
|
|
||||||
# python3.4 raises this when importing setuptools
|
# python3.4 raises this when importing setuptools
|
||||||
ignore:The value of convert_charrefs will become True in 3.5.*:DeprecationWarning
|
ignore:The value of convert_charrefs will become True in 3.5.*:DeprecationWarning
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,3 @@
|
||||||
[aliases]
|
|
||||||
test=pytest
|
|
||||||
|
|
||||||
[bdist_wheel]
|
[bdist_wheel]
|
||||||
universal = 1
|
universal = 1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue