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

[ci] #186: Introduce pyupgrade job

parent daa7caf0
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,14 @@ lint:
script:
- pre-commit run --all-files pylint
pyupgrade:
extends:
- .code_changes
- .pre-commit
stage: checks
script:
- pre-commit run --all-files pyupgrade
type:
extends:
- .code_changes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment