-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure ruff (used by hatch fmt) in pyproject.toml. Lint and format…
… repo according to this config (#22) * configure ruff (used by hatch fmt) in pyproject.toml. remove style hatch env as we can use hatch fmt instead of black * register test_utils as a pytest plugin so that the fixtures it contains can be used without being imported * explicitly enable pycodestyle, pyflakes, pyupgrade, flake8-bugbear, flake8-simplify, and isort for lintering and formatting. * remove pre-file-ignore for unused imports now that the issue is fixed with pytest_plugins in conftests.py registering tests.test_utils * helper func for json decode error type check * manual change for | type operator * use relative path, instead of plain pattern, for exclude of alembic dir * fix type annotations used in typer options.
- Loading branch information
Showing
13 changed files
with
328 additions
and
321 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
Oops, something went wrong.