Set black to default line length (88)
This commit is contained in:
parent
a5de001f35
commit
21b9e4f0fd
1 changed files with 1 additions and 1 deletions
|
|
@ -82,5 +82,5 @@ python linting:
|
|||
- pip install -r requirements/gitlab.txt
|
||||
script:
|
||||
- isort -rc src/ --check-only
|
||||
- black -l 90 --check src/
|
||||
- black -l 88 --check src/
|
||||
- autoflake -rc src/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue