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 40ddd66f authored by Dorian Turba's avatar Dorian Turba
Browse files

remove tox

parent 8ca4cfee
No related branches found
No related tags found
No related merge requests found
......@@ -61,34 +61,6 @@ packages = "{{ cookiecutter.package_slug }}"
python_version = 3.8
disallow_untyped_defs = true
[tool.tox]
legacy_tox_ini = """
[tox]
min_version = 4.0
env_list =
py{38,39,310,311,312}
black
flake8
mypy
isolated_build = true
[testenv]
deps = pytest
commands = pytest
[testenv:black]
deps = black
commands = black --check .
[testenv:flake8]
deps = flake8
commands = flake8
[testenv:mypy]
deps = mypy
commands = mypy src
"""
[tool.hatch.metadata]
allow-direct-references = false
......
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