Skip to content

Commit

Permalink
🧪 Start enforcing python-check-blanket-noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Sep 17, 2024
1 parent a7a3916 commit 113d14c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -605,21 +605,14 @@ jobs:
- spellcheck-docs
environment-variables:
- >- # only affects pre-commit, set for all for simplicity:
SKIP=flake8,mypy,pylint,python-check-blanket-noqa
SKIP=flake8,mypy,pylint
tox-run-posargs:
- ''
xfail:
- false
check-name:
- ''
include:
- runner-vm-os: ubuntu-latest
python-version: 3.11
toxenv: pre-commit
environment-variables: ''
tox-run-posargs: python-check-blanket-noqa --all-files
xfail: true
check-name: python-check-blanket-noqa
- runner-vm-os: ubuntu-latest
python-version: 3.11
toxenv: pre-commit
Expand Down

0 comments on commit 113d14c

Please sign in to comment.