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

[ci] #186: Introduce pyupgrade job

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