Skip to content

Commit 818eb37

Browse files
committed
Update lint configs
1 parent 1ed8c82 commit 818eb37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ruff.toml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ignore = [
1313
"D212", # multi-line-summary-first-line (incompatible with formatter)
1414
"COM812", # incompatible with formatter
1515
"ISC001", # incompatible with formatter
16+
"FIX002", # TODO provide context for future work
1617
]
1718

1819
[lint.flake8-pytest-style]

0 commit comments

Comments
 (0)