We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1594fb commit 5434a7aCopy full SHA for 5434a7a
1 file changed
.github/workflows/annotation.yml
@@ -12,13 +12,3 @@ jobs:
12
- name: Flake8 with annotations - Python 2
13
# Using the flake8 options in the .flake8 file
14
uses: TrueBrain/actions-flake8@main
15
- flake8-annotation-python3:
16
- runs-on: ubuntu-latest
17
- steps:
18
- - uses: actions/checkout@master
19
- - uses: actions/setup-python@v2
20
- with:
21
- python-version: '3.10'
22
- - name: Flake8 with annotations - Python 3
23
- # Using the flake8 options in the .flake8 file
24
- uses: TrueBrain/actions-flake8@main
0 commit comments