Skip to content

Commit

Permalink
Update setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
tabergma committed Apr 4, 2019
1 parent 55868b1 commit 5a88435
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# pytest pycodestyle configuration
[tool:pytest]
codestyle_max_line_length = 88
codestyle_ignore = E302 W503 E203 E501 E265 E402 E251
# Function starting with the following pattern are considered for test cases.
python_functions=test_

# pytest pycodestyle configuration
codestyle_max_line_length = 80
codestyle_ignore =
E251
W504
codestyle_max_line_length = 88
codestyle_ignore = E302 W503 E203 E501 E265 E402 E251
codestyle_exclude =
docs/core/conf.py
docs/nlu/conf.py
Expand Down

0 comments on commit 5a88435

Please sign in to comment.