[CI] Add E252 to flake8 exceptions

This commit is contained in:
Fabian Joswig 2025-01-03 19:06:26 +01:00
parent 3654635cd7
commit 4f1606d26a

View file

@ -21,6 +21,6 @@ jobs:
- name: flake8 Lint
uses: py-actions/flake8@v2
with:
ignore: "E501,W503"
ignore: "E501,W503,E252"
exclude: "__init__.py, input/__init__.py"
path: "pyerrors"