We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6118af2 commit 31f5cdbCopy full SHA for 31f5cdb
setup.cfg
@@ -70,8 +70,7 @@ duecredit =
70
pointclouds =
71
pyntcloud
72
style =
73
- flake8 < 3.0
74
- flake8-putty
+ flake8 >= 3.7.0
75
test =
76
pytest >= 4.4
77
pytest-xdist >= 1.28
tox.ini
@@ -2,10 +2,9 @@
2
max-line-length = 99
3
doctests = False
4
exclude=*build/
5
-putty-ignore =
6
- */__init__.py : +F401
7
- docs/conf.py : +E265
8
- /^\s*\.\. _.*?: http/ : +E501
+per-file-ignores =
+ **/__init__.py : F401
+ docs/conf.py : E265
9
10
[pytest]
11
norecursedirs = .git
0 commit comments