From 164ba5ee93a9123f2ddf00692cd0f99070a46bf4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 10:36:16 -0800 Subject: [PATCH] CI: update pre-commit hooks (#540) Co-authored-by: unode <122319+unode@users.noreply.github.com> --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2b753708..c25c201d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,19 +22,19 @@ repos: - "--filter-files" - repo: https://github.com/psf/black # Code style formatting - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black exclude: (.*/)*snapshots/ - repo: https://github.com/PyCQA/flake8 # Checks the code for PEP8 violations and common pitfals - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8 exclude: (.*/)*snapshots/ # Ruff is a "fastar than flake8" linter/formatter - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.5 + rev: v0.6.9 hooks: # Run the linter. - id: ruff @@ -60,6 +60,6 @@ repos: - "88" - repo: https://github.com/pycqa/doc8 # sphinx rst style checker - rev: v1.1.1 + rev: v1.1.2 hooks: - id: doc8