Skip to content

Commit

Permalink
Remove the sync check between global and local linting passes
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinpfoertner committed Feb 17, 2023
1 parent 22c0281 commit b7cf0e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 58 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,3 @@ jobs:
run: pip install tox
- name: Run pylint through tox
run: tox -e pylint

pylint-tox-config-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Check if the list of disabled messages in the local and global linting passes in ./tox.ini are correctly synchronized
run: python .github/workflows/pylint_check.py
48 changes: 0 additions & 48 deletions .github/workflows/pylint_check.py

This file was deleted.

0 comments on commit b7cf0e3

Please sign in to comment.