Skip to content

Commit

Permalink
drop flake8 as it's incompatible with black
Browse files Browse the repository at this point in the history
  • Loading branch information
infirit committed Oct 9, 2023
1 parent 197366e commit e6b8d2b
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,6 @@ jobs:
- run: meson --warnlevel 3 --buildtype debug -Druntime_deps_check=false builddebug
- run: ninja -v -C builddebug/

flake8:
strategy:
fail-fast: false
matrix:
python:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12-rc"
runs-on: ubuntu-latest
container:
image: python:${{ matrix.python }}
steps:
- uses: actions/checkout@v2
- run: python3 -m pip install --user flake8
- run: python3 -m flake8

mypy:
strategy:
fail-fast: false
Expand Down

0 comments on commit e6b8d2b

Please sign in to comment.