summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 2c382fb..fb3b412 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,4 +2,9 @@
line-length = 120
[tool.isort]
-profile = 'black' \ No newline at end of file
+profile = 'black'
+line-length=120
+
+[tool.ruff]
+line-length=120
+ignore = ["E402"] \ No newline at end of file