We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6476e7f commit b9311d8Copy full SHA for b9311d8
1 file changed
.github/workflows/checks.yml
@@ -9,10 +9,4 @@ jobs:
9
steps:
10
- uses: actions/checkout@master
11
- uses: actions/setup-python@v1
12
- with:
13
- python-version: 3.7
14
- architecture: x64
15
- - name: Install test dependencies
16
- run: pip install --upgrade --no-cache-dir flake8 flake8-bugbear flake8-comprehensions flake8-import-order
17
- - name: Run flake8
18
- run: flake8
+ - uses: whynothugo/python-linting@master
0 commit comments