Skip to content

Commit 0bd69b6

Browse files
committed
comments in toml
1 parent 9208210 commit 0bd69b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ build-backend = "mesonpy"
4343
# We currently ignore
4444
# E129 visually indented line with same indent as next logical line
4545
# E501 line too long (128 > 120 characters)
46+
# E741 ambiguous variable name
47+
# E743 ambiguous function definition
48+
# TODO: E743 should be fixed, see issue #210
49+
# E501 should be fixed once we decide line length
4650
max-line-length = 120
4751
ignore = ['E129','E501','E741','E743']
4852
exclude = 'src/flint/flintlib/.*'

0 commit comments

Comments
 (0)