Skip to content

Commit

Permalink
Re-enable linting for python 3.9
Browse files Browse the repository at this point in the history
The pylint bug has been fixed (pylint-dev/pylint#3882)
  • Loading branch information
Athesdrake committed Dec 28, 2021
1 parent d1e5102 commit fa0b75f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pythonpublish.yml
Expand Up @@ -29,7 +29,6 @@ jobs:
- name: Check errors with flake8
run: flake8 aiotfm --count --select F6,F7,F82,E9
- name: Check errors with pylint
if: ${{ matrix.python-version != '3.9' }} # https://github.com/PyCQA/pylint/issues/3882
run: pylint aiotfm --disable=all --enable=E
deploy:
needs: lint
Expand Down

0 comments on commit fa0b75f

Please sign in to comment.