diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 7005eb088..abd335a3d 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -22,6 +22,7 @@ jobs: defusedxml \ pygments \ 'pylint<=3.2.7' \ + pylint-per-file-ignores \ pytest>=6.2.0 \ regex \ requests \