Skip to content

Commit

Permalink
fix: prow config, pre-commit updates, aicoe-ci remove (#253)
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Görn <[email protected]>
  • Loading branch information
goern authored Nov 6, 2023
1 parent e2bb221 commit 0fa250c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 20 deletions.
1 change: 0 additions & 1 deletion .aicoe-ci.yaml

This file was deleted.

10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
repos:
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.1
rev: v1.5.4
hooks:
- id: remove-tabs
exclude: Makefile

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.41.0
rev: v8.53.0
hooks:
- id: eslint
args:
Expand All @@ -26,13 +26,13 @@ repos:
- prettier

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.9-for-vscode
rev: v3.0.3
hooks:
- id: prettier
files: \.(js|ts|tsx)$

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: check-merge-conflict
Expand All @@ -45,7 +45,7 @@ repos:
args: [--allow-multiple-documents]

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.31.0
rev: v1.32.0
hooks:
- id: yamllint
files: \.(yaml|yml)$
Expand Down
16 changes: 2 additions & 14 deletions .prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,6 @@ presubmits:
context: op1st/prow/pre-commit
spec:
containers:
- image: quay.io/operate-first/opf-toolbox:v0.12.0
- image: quay.io/thoth-station/pre-commit:v0.17.0
command:
- "pre-commit"
- "run"
- "--all-files"
env:
- name: HOME
value: "."
resources:
requests:
memory: "1Gi"
cpu: "300m"
limits:
memory: "1.5Gi"
cpu: "500m"
- "prow-job-precommit"

0 comments on commit 0fa250c

Please sign in to comment.