From f8ffc3fb1cf4b68fcbaba53874c38e51745851e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pep=20Turr=C3=B3=20Mauri?= Date: Thu, 17 Mar 2022 11:21:27 +0100 Subject: [PATCH] Update versions in CI checks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pep TurrĂ³ Mauri --- .pre-commit-config.yaml | 34 ++++++++++++++-------------------- .prow.yaml | 4 ++-- 2 files changed, 16 insertions(+), 22 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 784b2b6..cabd6be 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,52 +1,46 @@ --- repos: - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.1.10 + rev: v1.1.13 hooks: - id: remove-tabs - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v4.1.0 hooks: - - id: trailing-whitespace - - id: check-merge-conflict - - id: end-of-file-fixer - - id: name-tests-test - id: check-added-large-files + - id: check-ast - id: check-byte-order-marker - id: check-case-conflict - id: check-docstring-first - id: check-json + - id: check-merge-conflict - id: check-symlinks - - id: detect-private-key - - id: check-ast + - id: check-toml + - id: check-yaml - id: debug-statements + - id: detect-private-key + - id: end-of-file-fixer + - id: name-tests-test + - id: trailing-whitespace - repo: https://github.com/pycqa/pydocstyle.git - rev: 6.0.0 + rev: 6.1.1 hooks: - id: pydocstyle - - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 - hooks: - - id: check-toml - - id: check-yaml - - id: end-of-file-fixer - - id: trailing-whitespace - - repo: https://github.com/psf/black - rev: 21.4b0 + rev: 22.1.0 hooks: - id: black - repo: https://github.com/tomcatling/black-nb - rev: "0.4.0" + rev: "0.7" hooks: - id: black-nb - repo: https://gitlab.com/PyCQA/flake8 - rev: "3.9.1" + rev: "3.9.2" hooks: - id: flake8 additional_dependencies: ["pep8-naming"] diff --git a/.prow.yaml b/.prow.yaml index 3ae088f..8320ad6 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.12.10 + - image: quay.io/thoth-station/thoth-precommit-py38:v0.14.3 command: - "pre-commit" - "run" @@ -20,7 +20,7 @@ presubmits: context: aicoe-ci/prow/mypy spec: containers: - - image: quay.io/thoth-station/thoth-pytest-ubi8-py38:v0.12.10 + - image: quay.io/thoth-station/thoth-pytest-ubi8-py38:v0.14.3 command: - "/usr/local/bin/mypy" - "."