Skip to content

Commit

Permalink
Remove tox and replace by nox
Browse files Browse the repository at this point in the history
  • Loading branch information
f-PLT committed Sep 23, 2024
1 parent 54c9419 commit f069c85
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 135 deletions.
2 changes: 1 addition & 1 deletion .make/base.make
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ fix-lint: ## Fix code linting (black, isort, flynt, docformatter)

.PHONY: precommit
precommit: ## Run Pre-commit on all files manually
poetry run pre-commit run --all-files
poetry run nox -s precommit


## -- Tests targets ------------------------------------------------------------------------------------------------- ##
Expand Down
2 changes: 1 addition & 1 deletion Makefile.targets
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

.PHONY: test-notebooks
test-notebooks: ## Execute test notebooks using pytest and nbval
tox -e test-nb
nox -s test_nb
70 changes: 1 addition & 69 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ pytest = "^7.4.4"
pylint = "^3.0.3"
isort = "^5.13.2"
bump-my-version = "^0.16.2"
tox = "^4.12.0"
flynt = "^1.0.1"
flake8 = "^7.0.0"
pre-commit = "^3.7.0"
Expand Down
63 changes: 0 additions & 63 deletions tox.ini

This file was deleted.

0 comments on commit f069c85

Please sign in to comment.