mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 06:40:24 +01:00
[CI] Add E252 to flake8 exceptions
This commit is contained in:
parent
3654635cd7
commit
4f1606d26a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/flake8.yml
vendored
2
.github/workflows/flake8.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue