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 e291024 commit f79221fCopy full SHA for f79221f
.ruff.toml
@@ -0,0 +1,11 @@
1
+[tool.ruff]
2
+line-length = 88
3
+select = ["E", "F"]
4
+ignore = ["F401", "W391", "E501"]
5
+exclude = [
6
+ "venv",
7
+ "migrations",
8
+ ".git",
9
+ "__pycache__",
10
+ "node_modules"
11
+]
0 commit comments