We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b06d8 commit b3c7f29Copy full SHA for b3c7f29
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
+ "RUF003", # greek characters are used in this project e.g. for allotropes, not an issue
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