Skip to content
Snippets Groups Projects
Commit 13f15963 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

STY: Exclude autogenerated code from autopep8.

parent 79d7d25e
No related branches found
No related tags found
Loading
Pipeline #7572 passed
...@@ -107,7 +107,7 @@ style: ...@@ -107,7 +107,7 @@ style:
stage: style stage: style
image: $CI_REGISTRY_IMAGE image: $CI_REGISTRY_IMAGE
script: script:
- autopep8 -ar --diff --exit-code . - autopep8 -ar --diff --exit-code --exclude swagger_client .
allow_failure: true allow_failure: true
unittest: unittest:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment