Skip to content

Commit 31f5cdb

Browse files
committed
MAINT: Update rules for new flake8
1 parent 6118af2 commit 31f5cdb

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ duecredit =
7070
pointclouds =
7171
pyntcloud
7272
style =
73-
flake8 < 3.0
74-
flake8-putty
73+
flake8 >= 3.7.0
7574
test =
7675
pytest >= 4.4
7776
pytest-xdist >= 1.28

tox.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
max-line-length = 99
33
doctests = False
44
exclude=*build/
5-
putty-ignore =
6-
*/__init__.py : +F401
7-
docs/conf.py : +E265
8-
/^\s*\.\. _.*?: http/ : +E501
5+
per-file-ignores =
6+
**/__init__.py : F401
7+
docs/conf.py : E265
98

109
[pytest]
1110
norecursedirs = .git

0 commit comments

Comments
 (0)