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
2 merge requests!22Release 0.3,!3Bloxberg proof of concept
Pipeline #7572 passed
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
...@@ -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.
Finish editing this message first!
Please register or to comment