Skip to content

Commit

Permalink
Enable pre-commit checks by prow (autorope#4)
Browse files Browse the repository at this point in the history
Signed-off-by: Pep Turró Mauri <pep@redhat.com>
  • Loading branch information
codificat authored Nov 29, 2021
1 parent 6399684 commit aa6ddc4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .prow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
presubmits:
- name: pre-commit
decorate: true
skip_report: false
always_run: true
context: aicoe-ci/prow/pre-commit
spec:
containers:
- image: quay.io/thoth-station/thoth-precommit-py38:v0.12.10
command:
- "pre-commit"
- "run"
- "--all-files"

0 comments on commit aa6ddc4

Please sign in to comment.