Skip to content

Commit

Permalink
Simplify setup.cfg file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauko Quiroga authored and sandcha committed Feb 1, 2021
1 parent 2d34046 commit e77ec14
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@
[flake8]
hang-closing = true
ignore = E128,E251,F403,F405,E501,W503,W504
rst-roles = any

[pep8]
hang-closing = true
ignore = E128,E251,F403,F405,E501,W503,W504
in-place = true
rst-roles = any

[tool:pytest]
addopts = --showlocals --doctest-modules --disable-pytest-warnings
Expand Down

0 comments on commit e77ec14

Please sign in to comment.