Skip to content

Commit

Permalink
ignore E211 for ctypedef in Cython
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaehashi committed Aug 12, 2023
1 parent a731cdd commit fe17225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8.cython
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
[flake8]
filename = *.pyx, *.pxd, *.pxi
exclude = .git, .eggs, *.py
ignore = W503,W504,E225,E226,E227,E275,E402,E999
ignore = W503,W504,E211,E225,E226,E227,E275,E402,E999

0 comments on commit fe17225

Please sign in to comment.