adds a ruff.toml file for config

This commit is contained in:
Pratham Chauhan
2023-03-30 14:22:11 +05:30
parent 84052c3ac5
commit ed64986af8
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
select = ["E"]
ignore = []
# Same as pycodestyle.
line-length = 180