diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f1e49cb..ee7ba1e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: pass_filenames: false - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.4.0 hooks: - id: black # Run Black - the uncompromising Python code formatter - id: black-jupyter # Run Black - the uncompromising Python code formatter (Jupyter version) @@ -85,7 +85,7 @@ repos: - id: validate-pyproject # Validate the contents of pyproject.toml - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.1 + rev: 0.28.2 hooks: - id: check-readthedocs # Validate the given .readthedocs.yml file - id: check-dependabot # Validate the given dependabot.yml file diff --git a/precommend/.pre-commit-config.yaml b/precommend/.pre-commit-config.yaml index f1e49cb..ee7ba1e 100644 --- a/precommend/.pre-commit-config.yaml +++ b/precommend/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: pass_filenames: false - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.4.0 hooks: - id: black # Run Black - the uncompromising Python code formatter - id: black-jupyter # Run Black - the uncompromising Python code formatter (Jupyter version) @@ -85,7 +85,7 @@ repos: - id: validate-pyproject # Validate the contents of pyproject.toml - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.1 + rev: 0.28.2 hooks: - id: check-readthedocs # Validate the given .readthedocs.yml file - id: check-dependabot # Validate the given dependabot.yml file