mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
ci: default ignore options added to flake8 workflow and CONTRIBUTING.md
updated.
This commit is contained in:
parent
82adb215be
commit
3b773b7b52
2 changed files with 2 additions and 2 deletions
|
@ -33,6 +33,6 @@ pytest --cov=pyerrors --cov-report html
|
|||
```
|
||||
The linter `flake8` is executed with the command
|
||||
```
|
||||
flake8 --ignore=E501 --exclude=__init__.py pyerrors
|
||||
flake8 --extend-ignore=E501 --exclude=__init__.py pyerrors
|
||||
```
|
||||
Please make sure that all tests are passed for a new pull requests.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue