diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d226946..b9958629 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,14 +9,14 @@ repos: - --start_year=2023 - repo: https://github.com/psf/black - rev: 25.1.0 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!! + rev: 25.9.0 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!! hooks: - id: black args: - --line-length=100 - repo: https://github.com/adamchainz/blacken-docs - rev: 1.19.1 + rev: 1.20.0 hooks: - id: blacken-docs additional_dependencies: [black==25.1.0] @@ -59,6 +59,6 @@ repos: # this validates our github workflow files - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.33.3 + rev: 0.34.0 hooks: - id: check-github-workflows diff --git a/doc/changelog.d/555.miscellaneous.md b/doc/changelog.d/555.miscellaneous.md new file mode 100644 index 00000000..49457b88 --- /dev/null +++ b/doc/changelog.d/555.miscellaneous.md @@ -0,0 +1 @@ +[pre-commit.ci] pre-commit autoupdate