Skip to content

Commit

Permalink
chore: Remove mypy from CI as there are existing errors in the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanjgriffiths committed Dec 5, 2023
1 parent 3166f65 commit 59a04ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run-pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand All @@ -26,4 +26,6 @@ jobs:
pip install .[all]
- name: pre-commit checks
run: |
pre-commit run --all-files
pre-commit run black --all-files
pre-commit run isort --all-files
pre-commit run pylint --all-files

0 comments on commit 59a04ed

Please sign in to comment.