-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch from pre-commit to Hatch scripts
- Add Hatch scripts to replace pre-commit commands - check: - Black - isort - Flake8 - Mypy - Prettier - CSpell - format: - Black - isort - Prettier - Replace other pre-commit hooks where possible - Replace `mixed-line-ending` by adding `* text=auto eol=lf` to `.gitattributes` - Update GitHub Actions workflows to run Hatch scripts - Update docs for Hatch scripts - Remove pre-commit from `pyproject.toml` - Remove `.pre-commit-config.yaml` https://hatch.pypa.io/latest/config/environment/overview/#scripts
- Loading branch information
1 parent
e3d8d06
commit f56d025
Showing
7 changed files
with
30 additions
and
109 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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,2 +1,5 @@ | ||
*cache* | ||
*venv* | ||
htmlcov | ||
public | ||
site |
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