From e4d1fb90d272f442cb432ed70d2b233b0ec2081a Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Mon, 27 Jan 2025 17:18:18 -0600 Subject: [PATCH] Update pre-commit hooks; switch to plain editorconfig-checker --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a84e4bd..e6cb880 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: - id: "black" - repo: "https://github.com/pycqa/isort" - rev: "5.13.2" + rev: "6.0.0" hooks: - id: "isort" @@ -46,10 +46,10 @@ repos: hooks: - id: "flake8" additional_dependencies: - - "flake8-bugbear==24.10.31" + - "flake8-bugbear==24.12.12" - - repo: "https://github.com/editorconfig-checker/editorconfig-checker.python" - rev: "3.0.3" + - repo: "https://github.com/editorconfig-checker/editorconfig-checker" + rev: "v3.2.0" hooks: - id: "editorconfig-checker" # The README contains YAML samples indented with 2 spaces. @@ -74,12 +74,12 @@ repos: pass_filenames: false - repo: "https://github.com/python-jsonschema/check-jsonschema" - rev: "0.30.0" + rev: "0.31.0" hooks: - id: "check-github-workflows" - id: "check-dependabot" - repo: "https://github.com/rhysd/actionlint" - rev: "v1.7.6" + rev: "v1.7.7" hooks: - id: "actionlint"