Add config for Ruff

This commit is contained in:
L. Kärkkäinen 2023-10-25 00:21:09 +01:00
parent a5a9658896
commit 20fd58b8d7

View File

@ -2,6 +2,9 @@
requires = ["setuptools", "wheel"] requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[tool.ruff]
line-length = 79
[tool.black] [tool.black]
line-length = 79 line-length = 79