-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FEAT: convert Tox config to native TOML (#475)
* BREAK: rename to `read_tox_ini_config()` * DX: add `coverage.xml` to `.gitignore` * DX: define `tox` jobs in native TOML * DX: ignore cSpell words in `.taplo.toml` * DX: lower minimal test coverage to 30% * DX: sort `env_run_base` first * FEAT: convert Tox config to native TOML * FIX: do not sort arrays under `tool.tox` table * MAINT: modernize Tox config keywords https://tox.wiki/en/stable/config.html#core * MAINT: move `{posargs}` closer to `pytest` * MAINT: remove redundant `.vscode/.gitignore` exclusion
- Loading branch information
Showing
9 changed files
with
229 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ version.py | |
.mypy*/ | ||
.pytest_cache/ | ||
__pycache__/ | ||
coverage.xml | ||
htmlcov/ | ||
oryx-build-commands.txt | ||
prof/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.