diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c12e3a4..97f18a1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: 7.1.2 + rev: 7.2.0 hooks: - id: flake8 @@ -44,7 +44,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.31.3 + rev: 0.32.1 hooks: - id: check-github-workflows diff --git a/doc/changelog.d/304.maintenance.md b/doc/changelog.d/304.maintenance.md new file mode 100644 index 0000000..c655a09 --- /dev/null +++ b/doc/changelog.d/304.maintenance.md @@ -0,0 +1 @@ +pre-commit automatic update \ No newline at end of file