Skip to content

Commit

Permalink
Remove redundant linting CI workflows handled by pre-commit.ci (#2969)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmckee authored Aug 8, 2023
1 parent b29233a commit c5febe6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 73 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/black.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/codespell-private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,20 +73,3 @@ jobs:
run: pip install -e ".[dev]"
- uses: codespell-project/sort-problem-matcher@v1
- run: make check-dictionaries

ruff-annotation:
env:
RUFF_FORMAT: github
runs-on: ubuntu-latest
steps:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: Install codespell dependencies
run: pip install -e ".[dev]"
- name: Ruff with annotations
run: ruff --select=ANN --ignore=ANN101,ANN401 .
26 changes: 0 additions & 26 deletions .github/workflows/mypy.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/ruff.yml

This file was deleted.

0 comments on commit c5febe6

Please sign in to comment.