Skip to content

Commit

Permalink
Merge pull request #307 from VannTen/all-repos_autofix_all-repos-sed
Browse files Browse the repository at this point in the history
Upgrade pre-commit image version
  • Loading branch information
harshad16 authored Jul 29, 2022
2 parents 6c300fb + 49b7daa commit 342e978
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
repos:
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.9
rev: v1.3.0
hooks:
- id: remove-tabs

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: check-merge-conflict
Expand All @@ -22,25 +22,25 @@ repos:
- id: debug-statements

- repo: https://github.com/pycqa/pydocstyle.git
rev: 5.1.1
rev: 6.1.1
hooks:
- id: pydocstyle

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.3.0
hooks:
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: 20.8b1
rev: 22.6.0
hooks:
- id: black

- repo: https://gitlab.com/PyCQA/flake8
rev: '3.8.4'
rev: '3.9.2'
hooks:
- id: flake8
additional_dependencies: ['pep8-naming']
Expand Down
2 changes: 1 addition & 1 deletion .prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ presubmits:
context: aicoe-ci/prow/pre-commit
spec:
containers:
- image: quay.io/thoth-station/thoth-precommit-py38:v0.12.5
- image: quay.io/thoth-station/thoth-precommit-py38:v0.14.3
command:
- "pre-commit"
- "run"
Expand Down

0 comments on commit 342e978

Please sign in to comment.