diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0f3f0b2..e20c16a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: pass_filenames: false - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black # Run Black - the uncompromising Python code formatter - id: black-jupyter # Run Black - the uncompromising Python code formatter (Jupyter version) @@ -64,7 +64,7 @@ repos: - id: cmake-lint # Apply linting to CMake files - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.1 + rev: v19.1.2 hooks: - id: clang-format # Format C++ code with Clang-Format - automatically applying the changes types_or: [c++, c, c#, cuda, objective-c] @@ -72,7 +72,7 @@ repos: - --style=Mozilla - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.5.0 + rev: v2.7.0 hooks: - id: setup-cfg-fmt # Automatically format/sanitize setup.cfg @@ -87,12 +87,12 @@ repos: - id: shell-fmt-go # Format Bash scripts - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.20.2 + rev: v0.21 hooks: - id: validate-pyproject # Validate the contents of pyproject.toml - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.3 + rev: 0.29.4 hooks: - id: check-readthedocs # Validate the given .readthedocs.yml file - id: check-dependabot # Validate the given dependabot.yml file