Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from pre-commit to Hatch scripts #89

Merged
merged 2 commits into from
Nov 13, 2023
Merged

Commits on Nov 12, 2023

  1. 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
    br3ndonland committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    1f48eb1 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    6ca3c3d View commit details
    Browse the repository at this point in the history