fixed .ruff.toml

This commit is contained in:
Jacob Schmieder
2024-05-03 16:09:46 +02:00
committed by GitHub
parent 62f6d5305b
commit 174a000dc4
+1 -2
View File
@@ -1,3 +1,2 @@
[lint.extend-per-file-ignores] [lint.extend-per-file-ignores]
"__init__.py" = ["E402"] "__init__.py" = ["E402","F403"]
'__init__.py' = ["F403"]