Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.github/workflows/lint-python.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/lint-python.yaml')
-rw-r--r--.github/workflows/lint-python.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-python.yaml b/.github/workflows/lint-python.yaml
index c6b16467..5e7e6c2f 100644
--- a/.github/workflows/lint-python.yaml
+++ b/.github/workflows/lint-python.yaml
@@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- run: pacman --noconfirm -Syu python python-pip mypy
- run: python -m pip install --upgrade pip
- - run: pip install flake8 pytest black-but-with-tabs-instead-of-spaces
+ - run: pip install flake8 pytest
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors