Skip to content

Commit 0c576d9

Browse files
committed
E202 included again as it fails for CI
1 parent 0bd69b6 commit 0c576d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,14 @@ build-backend = "mesonpy"
4242
[tool.cython-lint]
4343
# We currently ignore
4444
# E129 visually indented line with same indent as next logical line
45+
# E202 whitespace before '}'
4546
# E501 line too long (128 > 120 characters)
4647
# E741 ambiguous variable name
4748
# E743 ambiguous function definition
4849
# TODO: E743 should be fixed, see issue #210
4950
# E501 should be fixed once we decide line length
5051
max-line-length = 120
51-
ignore = ['E129','E501','E741','E743']
52+
ignore = ['E129','E202','E501','E741','E743']
5253
exclude = 'src/flint/flintlib/.*'
5354

5455
[tool.spin]

0 commit comments

Comments
 (0)