Skip to content
Snippets Groups Projects
Commit e16a07be authored by Moul's avatar Moul
Browse files

[ci] #403: Introduce pyupgrade job

based on pre-commit
parent 927680ca
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,14 @@ isort:
script:
- pre-commit run --all-files isort
pyupgrade:
extends:
- .code_changes
- .pre-commit
stage: checks
script:
- pre-commit run --all-files pyupgrade
.tests:
extends: .changes
stage: tests
......
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