-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d240eb4
commit 3c954c7
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |