From c5b44cd1e886c8430eda7a6358170f5b57e5a6fd Mon Sep 17 00:00:00 2001 From: Jasha <8935917+Jasha10@users.noreply.github.com> Date: Tue, 27 Feb 2024 17:22:25 +0000 Subject: [PATCH] update linter pins --- .pre-commit-config.yaml | 8 ++++---- requirements/dev.txt | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a0a3d624af2..8b4e9599df5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort files: 'hydra/.*' @@ -10,17 +10,17 @@ repos: files: 'tools/.*' - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 24.2.0 hooks: - id: black - repo: https://github.com/pycqa/flake8 - rev: 6.0.0 + rev: 7.0.0 hooks: - id: flake8 - repo: https://github.com/adrienverge/yamllint.git - rev: v1.30.0 + rev: v1.35.1 hooks: - id: yamllint args: [-c=.yamllint, --strict] diff --git a/requirements/dev.txt b/requirements/dev.txt index c43ca403a20..b1cc33d1411 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,12 +1,12 @@ -r requirements.txt bandit -black>=22.1.0 +black==24.2.0 build coverage -flake8<6 # pinned due to https://github.com/savoirfairelinux/flake8-copyright/issues/19 +flake8==7.0.0 flake8-copyright -isort==5.5.2 -mypy +isort==5.13.2 +mypy==1.8.0 nox packaging pre-commit