-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate to Poe the Poet and Ruff for checks
As we use Poetry for virtual environment management, we don't require most of Nox's functionality. Poe the Poet runs more quickly, and requires fewer lines of configuration. Ruff provides a single tool which can replace flake8, pylint, pyupgrade, and isort, whilst running more quickly.
- Loading branch information
1 parent
e0c4222
commit 32efdea
Showing
15 changed files
with
238 additions
and
567 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
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 |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
.ipynb_checkpoints/ | ||
/.coverage | ||
/.mypy_cache/ | ||
/.nox/ | ||
/build/ | ||
/coverage.xml | ||
/dist/ | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.