We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c55d3b commit c2a6ff1Copy full SHA for c2a6ff1
ruff.toml
@@ -0,0 +1,9 @@
1
+line-length = 80
2
+
3
+[lint.per-file-ignores]
4
+ # init modules can contain the local imports, logic, unused imports
5
+"__init__.py" = ["F401"]
6
7
+[lint]
8
+preview = true
9
+select = ["E", "F", "I", "C90"]
0 commit comments