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"