From d59370a55bd7b835ee799be5afcd90c302085ec5 Mon Sep 17 00:00:00 2001 From: unode <122319+unode@users.noreply.github.com> Date: Sat, 5 Oct 2024 01:30:09 +0000 Subject: [PATCH] CI: update pre-commit hooks --- .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