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

ci: Set job for minor pre-commit hooks (#202)

parent 8de96c12
No related branches found
No related tags found
No related merge requests found
Pipeline #32166 passed
...@@ -80,6 +80,22 @@ mypy: ...@@ -80,6 +80,22 @@ mypy:
script: script:
- pre-commit run -a mypy - pre-commit run -a mypy
pre-commit:hooks:
extends:
- .code_changes
- .pre-commit
stage: checks
script:
- pre-commit run -a check-ast
- pre-commit run -a check-merge-conflict
- pre-commit run -a check-toml
- pre-commit run -a debug-statements
- pre-commit run -a end-of-file-fixer
- pre-commit run -a mixed-line-ending
- pre-commit run -a trailing-whitespace
- pre-commit run -a insert-license
- pre-commit run -a mdformat
.tests: .tests:
extends: .changes extends: .changes
stage: tests 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