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 1219643 commit 68c1effCopy full SHA for 68c1eff
pyproject.toml
@@ -1 +1,6 @@
1
build-backend = "setuptools.build_meta"
2
+[tool.ruff]
3
+line-length = 100
4
+
5
+[tool.ruff.format]
6
+quote-style = "single"
setup.cfg
@@ -58,6 +58,7 @@ dev =
58
flake8-annotations
59
isort
60
mypy
61
+ ruff
62
63
[options.package_data]
64
pori_python.ipr = content.spec.json
0 commit comments