Skip to content

Commit

Permalink
Updated noxfile and removed error in toml
Browse files Browse the repository at this point in the history
  • Loading branch information
adambaskerville committed Feb 18, 2024
1 parent 3f6fd13 commit 9f4be50
Show file tree
Hide file tree
Showing 3 changed files with 390 additions and 156 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/quality-typing-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
- name: Linting check
run: |
pip install nox
nox -s linting
nox -s linting_check-3.11
- name: Formatting check
run: |
pip install nox
nox -s formatting
nox -s formatting_check-3.11
typing-check:
runs-on: ubuntu-latest
Expand All @@ -41,4 +41,4 @@ jobs:
- name: Typing check
run: |
pip install nox
nox -s typing_check
nox -s typing_check-${{ matrix.python-version }}
Loading

0 comments on commit 9f4be50

Please sign in to comment.