Skip to content

Commit 26f25be

Browse files
committed
remove flake8
1 parent 6bbbe23 commit 26f25be

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ jobs:
3030
python-version: ${{ matrix.python-version }}
3131
- name: Install dependencies
3232
run: uv sync --dev
33-
- name: Lint with flake8
34-
run: |
35-
# stop the build if there are Python syntax errors or undefined names
36-
uv run flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
37-
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
38-
uv run flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3933
- name: Test with pytest
4034
env:
4135
POSTGRES_HOST: localhost

0 commit comments

Comments
 (0)