Merge pull request #8428 from tk0miya/apply_flake8_to_tests_directory

[WIP] test: Apply flake8 to tests/ directory
This commit is contained in:
Takeshi KOMIYA 2020-11-17 22:32:23 +09:00 committed by GitHub
commit aab9ba7641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,9 +29,11 @@ directory = sphinx/locale/
[flake8] [flake8]
max-line-length = 95 max-line-length = 95
ignore = E116,E241,E251,E741,W504,I101 ignore = E116,E241,E251,E741,W504,I101
exclude = .git,.tox,.venv,tests/*,build/*,doc/_build/*,sphinx/search/*,doc/usage/extensions/example*.py exclude = .git,.tox,.venv,tests/roots/*,build/*,doc/_build/*,sphinx/search/*,doc/usage/extensions/example*.py
application-import-names = sphinx application-import-names = sphinx
import-order-style = smarkets import-order-style = smarkets
per-file-ignores =
tests/*: E501
[flake8:local-plugins] [flake8:local-plugins]
extension = extension =