Skip to content

Commit 0aaede2

Browse files
committed
remove E275 check in pyx
1 parent edcf896 commit 0aaede2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ description =
127127
# See https://pycodestyle.pycqa.org/en/latest/intro.html#error-codes
128128
deps = pycodestyle
129129
commands = pycodestyle --select E111,E21,E222,E227,E251,E271,E303,E306,E401,E502,E701,E702,E703,E71,E72,W291,W293,W391,W605 {posargs:{toxinidir}/sage/}
130-
pycodestyle --select E111,E271,E275,E306,E401,E703,E712,E713,E714,E72,W29,W391,W605, --filename *.pyx {posargs:{toxinidir}/sage/}
130+
pycodestyle --select E111,E271,E306,E401,E703,E712,E713,E714,E72,W29,W391,W605, --filename *.pyx {posargs:{toxinidir}/sage/}
131131
132132
[pycodestyle]
133133
max-line-length = 160

0 commit comments

Comments
 (0)