We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc16966 commit 40ab290Copy full SHA for 40ab290
.ruff.toml
@@ -0,0 +1,7 @@
1
+line-length = 88
2
+
3
+[lint]
4
+ignore = ["E501", "W605", "E203"]
5
6
+[lint.mccabe]
7
+max-complexity = 10
0 commit comments