Skip to content
Snippets Groups Projects
Commit 71129207 authored by Aleksolotl's avatar Aleksolotl
Browse files

Update pyproject.toml

parent 34e2ff33
No related branches found
No related tags found
1 merge request!23Update pyproject.toml
Pipeline #156572 failed
...@@ -65,10 +65,6 @@ sphinxcontrib-svg2pdfconverter = "^1.1.1" ...@@ -65,10 +65,6 @@ sphinxcontrib-svg2pdfconverter = "^1.1.1"
sphinx-autodoc-typehints = "^1.7" sphinx-autodoc-typehints = "^1.7"
sphinx_material = "^0.0.35" sphinx_material = "^0.0.35"
[tool.black]
line-length = 100
exclude = "/migrations/"
[tool.curlylint] [tool.curlylint]
include = '\.html' include = '\.html'
...@@ -84,6 +80,7 @@ tabindex_no_positive = true ...@@ -84,6 +80,7 @@ tabindex_no_positive = true
[tool.ruff] [tool.ruff]
exclude = ["migrations", "tests"] exclude = ["migrations", "tests"]
line-length = 100
[tool.ruff.lint] [tool.ruff.lint]
select = ["E", "F", "UP", "B", "SIM", "I", "DJ", "A", "S"] select = ["E", "F", "UP", "B", "SIM", "I", "DJ", "A", "S"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment