Skip to content

Commit

Permalink
Peg linter versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nepfaff committed Mar 10, 2024
1 parent bba2dc5 commit 765c245
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,19 @@ jobs:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
- name: black
uses: psf/black@stable
with:
version: 23.9.1
jupyter: true
- name: isort
uses: isort/isort-action@master
with:
configuration: "--profile black"
isort-version: 5.12.0
- name: Install and configure Poetry
uses: snok/install-poetry@v1
with:
version: 1.8.2
virtualenvs-create: true
virtualenvs-in-project: true
- name: Test full poetry install
run: poetry install

0 comments on commit 765c245

Please sign in to comment.