We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed8c82 commit 818eb37Copy full SHA for 818eb37
.ruff.toml
@@ -13,6 +13,7 @@ ignore = [
13
"D212", # multi-line-summary-first-line (incompatible with formatter)
14
"COM812", # incompatible with formatter
15
"ISC001", # incompatible with formatter
16
+ "FIX002", # TODO provide context for future work
17
]
18
19
[lint.flake8-pytest-style]
0 commit comments