Skip to content

Commit

Permalink
update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
oindrillac committed Apr 11, 2022
1 parent 03da2a0 commit d23d2fb
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.11
rev: v1.1.13
hooks:
- id: remove-tabs

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.2.0
hooks:
- id: trailing-whitespace
- id: check-merge-conflict
Expand All @@ -27,7 +27,7 @@ repos:
- id: pydocstyle

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.2.0
hooks:
- id: check-toml
- id: check-yaml
Expand All @@ -42,7 +42,7 @@ repos:
args: [--ignore-missing-imports]

- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black

Expand All @@ -58,9 +58,9 @@ repos:
# - id: check-manifest

- repo: https://github.com/s-weigand/flake8-nb
rev: v0.3.1
rev: v0.4.0
hooks:
- id: flake8-nb
additional_dependencies: ['pep8-naming']
additional_dependencies: ['pep8-naming', 'packaging']
# Ignore all format-related checks as Black takes care of those.
args: ['--ignore', 'E2,W5', '--select', 'E,W,F,N', '--max-line-length=120', '--builtins=display']
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.13.0
- image: quay.io/thoth-station/thoth-precommit-py38:v0.14.3
command:
- "pre-commit"
- "run"
Expand Down

0 comments on commit d23d2fb

Please sign in to comment.