Skip to content
Snippets Groups Projects
Commit 6e7b87d6 authored by Hannes Feldt's avatar Hannes Feldt
Browse files

fixes

parent 9716b9ea
No related branches found
No related tags found
2 merge requests!10Add pre commit improve tox setup,!9Draft: Add pre-commit hook and improve with better linting
Pipeline #109998 failed
Pipeline: Python Binary Wheel Package

#109999

    ...@@ -65,9 +65,8 @@ ignore = ["E203"] ...@@ -65,9 +65,8 @@ ignore = ["E203"]
    [tool.tox] [tool.tox]
    # Generative environment list to test all supported Python versions # Generative environment list to test all supported Python versions
    requires = ["tox>=4.21"] requires = ["tox>=4.21", "tox-ignore-env-name-mismatch >= 0.2.0"]
    env_list = ["fix", "coverage", "lint", "format", "py{13, 12, 11, 10}"] env_list = ["fix", "coverage", "lint", "format", "py{13, 12, 11, 10}"]
    requires = ["tox-ignore-env-name-mismatch >= 0.2.0"]
    [tool.tox.env_run_base] [tool.tox.env_run_base]
    package = "editable" package = "editable"
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment