-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tooling updates: Ruff and Poetry dependency groups (#184)
* Use docs deps group when building docs * Replace flake8-black with a black nox session * Use tests deps group when running tests * Use mypy dependency group to run mypy * Create scripts deps group * Run darglint independently of flake8 * Replace flake8 and isort with ruff * Fix ruff lints * Use dependency group to report coverage * Add dev dep on nox This is possible now since nox only installs specific dep groups * Minimize noqa comments * Enable Ruff's own linting rules * Enable flake8-quotes rules * Enable flake8-simplify rules * Enable flake8-type-checking rules * Enable flake8-tidy-imports rules * Enable flake8-print rules * Split flake8-comprehensions and mccabe rules * Enable pep8-naming rules * Enable pyupgrade rules * Enable flake8-boolean-trap rules * Enable flake8-builtins rules * Enable flake8-datetimez rules * Enable flake8-implicit-str-concat rules * Enable flake8-no-pep420 rules * Enable flake8-pie rules * Enable flake8-pytest-style rules * Enable flake8-raise rules * Enable flake8-return rules * Enable flake8-self rules * Enable flake8-unused-arguments rules * Enable flake8-use-pathlib rules * Enable eradicate rules * Enable pygrep-hooks rules * Enable Pylint rules * Enable tryceratops rules
- Loading branch information
Showing
32 changed files
with
287 additions
and
248 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
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
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.