From bedc9a28f3a255ab758b927b10b28656927ef760 Mon Sep 17 00:00:00 2001 From: eladkal <45845474+eladkal@users.noreply.github.com> Date: Tue, 20 Dec 2022 10:36:07 +0200 Subject: [PATCH] Update pre-commit (#716) --- .pre-commit-config.yaml | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c0591cd017b..cc83d15965b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - id: check-hooks-apply - id: check-useless-excludes - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.1.7 + rev: v1.3.1 hooks: - id: forbid-tabs exclude: ^\.gitmodules$ @@ -141,7 +141,7 @@ repos: files: \.js$ exclude: ^sphinx_airflow_theme/ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v4.4.0 hooks: - id: check-executables-have-shebangs - id: check-json diff --git a/requirements.txt b/requirements.txt index 1e52d65c38d..6ca354e4728 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -pre-commit==1.18.3 -PyYAML==5.3.1 +pre-commit==2.20.0 +PyYAML==6.0 semver==2.13.0