From d23d2fb4654922c16d819eebef8826dfff27e051 Mon Sep 17 00:00:00 2001 From: Oindrilla Chatterjee Date: Fri, 8 Apr 2022 11:49:14 -0400 Subject: [PATCH] update pre-commit --- .pre-commit-config.yaml | 12 ++++++------ .prow.yaml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c0891a3c..1b074e00 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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 @@ -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 @@ -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'] diff --git a/.prow.yaml b/.prow.yaml index ae48e966..465c07fe 100644 --- a/.prow.yaml +++ b/.prow.yaml @@ -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"