Skip to content

Commit b155177

Browse files
author
Steve Canny
committed
config: move flake8 targets to tox.ini
1 parent 5886a48 commit b155177

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#
22
# Configuration for tox and pytest
33

4+
[flake8]
5+
exclude = dist,docs,*.egg-info,.git,ref,_scratch,.tox
6+
47
[pytest]
58
norecursedirs = doc docx *.egg-info features .git ref _scratch .tox
69
python_files = test_*.py

0 commit comments

Comments
 (0)