Skip to content

Commit

Permalink
Project: Change to hatch
Browse files Browse the repository at this point in the history
  • Loading branch information
gutzbenj committed Feb 18, 2024
1 parent 0b4c372 commit b9e167e
Show file tree
Hide file tree
Showing 4 changed files with 388 additions and 7,389 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Poetry
run: pipx install poetry
run: pipx install hatch

- name: Setup Python
id: python-setup
Expand All @@ -33,10 +33,10 @@ jobs:
cache: poetry
cache-dependency-path: |
pyproject.toml
poetry.lock
requirements.txt
- name: Install project tooling
run: poetry install --no-interaction --no-root --with=dev
run: hatch env create dev

- name: Run code-style checks
run: poetry run poe lint
Loading

0 comments on commit b9e167e

Please sign in to comment.