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.
2 parents 6476e7f + b9311d8 commit e71da86Copy full SHA for e71da86
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