Skip to content

Commit

Permalink
add install build dependencies in pre-commit 3
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaavedr committed Oct 25, 2024
1 parent badcf64 commit 8d03e22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install build dependencies
run: python -m pip install hatchling
- uses: pre-commit/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: pre-commit/[email protected]

tests:
name: Python ${{ matrix.python-version }} / Django ${{ matrix.django-version }}
Expand Down
9 changes: 0 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,3 @@ repos:
rev: "v1.9.0"
hooks:
- id: mypy
- repo: https://github.com/pypa/hatch
rev: "v1.25.0"
hooks:
- id: hatchling
- repo: https://github.com/mgedmin/check-manifest
rev: "0.49"
hooks:
- id: check-manifest
args: [--no-build-isolation]

0 comments on commit 8d03e22

Please sign in to comment.