Skip to content
Snippets Groups Projects

Update pyproject.toml

Merged Aleksolotl requested to merge check/update-pyproject-toml into master
+ 1
4
@@ -65,12 +65,9 @@ sphinxcontrib-svg2pdfconverter = "^1.1.1"
sphinx-autodoc-typehints = "^1.7"
sphinx_material = "^0.0.35"
[tool.black]
line-length = 100
exclude = "/migrations/"
[tool.ruff]
exclude = ["migrations", "tests"]
line-length = 100
[tool.ruff.lint]
select = ["E", "F", "UP", "B", "SIM", "I", "DJ", "A", "S"]
Loading