Skip to content

Commit b3c7f29

Browse files
committed
.
1 parent f3b06d8 commit b3c7f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ extend-ignore = [
289289
"RET",
290290
"RSE102",
291291
"RUF001",
292-
"RUF003", # greek characters are used in this project e.g. for allotropes
292+
"RUF003", # greek characters are used in this project e.g. for allotropes, not an issue
293293
"RUF005", # this one is not micropython compatible
294294
# "S101", # Use assert - removed from global ignore, now controlled by per-file-ignores below
295295
"S110",

0 commit comments

Comments
 (0)