Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 8ca4cfee authored by Dorian Turba's avatar Dorian Turba
Browse files

add pip tools and hatch metadata

parent aecb9b57
No related branches found
No related tags found
No related merge requests found
......@@ -89,9 +89,16 @@ legacy_tox_ini = """
commands = mypy src
"""
[tool.pymarkdown]
strict-config = true
plugins.line-length.line_length = 88
[tool.hatch.metadata]
allow-direct-references = false
[tool.pip-tools]
allow-unsafe = true
annotate = true
generate_hashes = false
quiet = true
strip-extras = true
upgrade = true
[tool.ruff]
exclude = [
......
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