We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c7f29 commit a5b8f9aCopy full SHA for a5b8f9a
1 file changed
pyproject.toml
@@ -289,7 +289,7 @@ extend-ignore = [
289
"RET",
290
"RSE102",
291
"RUF001",
292
- "RUF003", # greek characters are used in this project e.g. for allotropes, not an issue
+ "RUF003", # greek characters are used in this project e.g. for allotropes
293
"RUF005", # this one is not micropython compatible
294
# "S101", # Use assert - removed from global ignore, now controlled by per-file-ignores below
295
"S110",
0 commit comments