Skip to content

Commit

Permalink
Create setup.cfy
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumingpassional authored Sep 2, 2022
1 parent d240eb4 commit 3c954c7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions setup.cfy
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[flake8]
count = True
statistics = True
max-line-length = 127
extend-exclude = .venv, .pyc
ignore=F401,W503,E203

[tool:pytest]
python_files = tests/*.py tests/**/*.py tests.py test_*.py *_tests.py
filterwarnings =
ignore:Call to deprecated create function FieldDescriptor
ignore:Call to deprecated create function Descriptor
ignore:Call to deprecated create function EnumDescriptor
ignore:Call to deprecated create function EnumValueDescriptor
ignore:Call to deprecated create function FileDescriptor
ignore:Call to deprecated create function OneofDescriptor

0 comments on commit 3c954c7

Please sign in to comment.