diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c7ed1ce..6ecb1a7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -108,7 +108,7 @@ repos: - id: "check-pre-commit-ci-config" - repo: "https://github.com/python-jsonschema/check-jsonschema" - rev: "0.37.1" + rev: "0.37.4" hooks: # Validate Dependabot Config (v2) against the schema provided by # SchemaStore. @@ -145,7 +145,7 @@ repos: - id: "rst-inline-touching-normal" - repo: "https://github.com/PyCQA/isort" - rev: "8.0.1" + rev: "9.0.0a3" hooks: # Sort import statements with isort - id: "isort" @@ -163,7 +163,7 @@ repos: - repo: "https://github.com/psf/black-pre-commit-mirror" # Stay at black version 23, because some formatting rules change in # version 24. Latest 23 version is 23.12.1. - rev: "23.12.1" + rev: "26.5.1" hooks: # Format Python code with black. - id: "black" @@ -217,7 +217,7 @@ repos: ###################################################################### - repo: "https://github.com/maxwinterstein/shfmt-py" - rev: "v3.12.0.1" + rev: "v4.0.0" hooks: # Format shell scripts with shfmt. # NOTE: The official shfmt hook from @@ -264,7 +264,7 @@ repos: # v0.12.0 requires ruby2.7 # v0.11.0 and v0.10.0 require ruby2.6 # => stay at v0.9.0 - rev: "v0.9.0" + rev: "v0.17.0" hooks: # Lint Markdown files with markdownlint. - id: "markdownlint"