Skip to content

Commit

Permalink
style: format pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Oct 18, 2024
1 parent 3bd47e5 commit 2b92a88
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,15 @@ requires = [ "tox>=4.20" ]
env_list = [ "py39", "py310", "py311", "dist" ]

[tool.tox.env_run_base]
commands = [ [ "openfisca", "test", "--country-package=openfisca_country_template",
"--extensions=openfisca_extension_template", "openfisca_extension_template/tests" ] ]
commands = [
[
"openfisca",
"test",
"--country-package=openfisca_country_template",
"--extensions=openfisca_extension_template",
"openfisca_extension_template/tests",
]
]
commands_pre = [
[
"pip",
Expand Down

0 comments on commit 2b92a88

Please sign in to comment.