Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan M. Taylor <dylan@dylanmtaylor.com>2021-05-15 09:45:50 -0400
committerGitHub <noreply@github.com>2021-05-15 09:45:50 -0400
commit843cd6cf0feff3144ec6b9fdf64904ae44e7f43d (patch)
tree2916b259846e856823cc44d9c9c6b20e8a4be389
parentad444caf9dd6efb039ad568281d90a16ead68eb4 (diff)
Update 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