From 0af0547d9d086bbb18b1f8e3f4e4203c2d72326d Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Sun, 10 Dec 2023 17:16:18 +0000 Subject: [PATCH] Update the linters This is useful to keep up with the upstream tools here. --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1808ca4d..5247f6a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + rev: v4.0.0-alpha.4 hooks: - id: prettier exclude: src/furo/theme/.*|docs/(recommendations|reference/admonitions).md @@ -16,7 +16,7 @@ repos: - id: blacken-docs - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.0 hooks: - id: isort files: \.py$ @@ -36,7 +36,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.1.5 + rev: v0.1.7 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]