Skip to content

Commit 4abdb91

Browse files
committed
ignoring W503 for ptr.py as well
1 parent 9204dcc commit 4abdb91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pep8ignore =
1717
*.py W391
1818
docs/*.py ALL
1919
progressbar/six.py ALL
20-
ptr.py W191
20+
ptr.py W191 W503
2121

2222
flakes-ignore =
2323
docs/*.py ALL

0 commit comments

Comments
 (0)