diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7c459ea38..44dc4ff0e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.3 + rev: v0.8.4 hooks: - id: ruff args: [ --fix ] diff --git a/doc/changelog.d/95.maintenance.md b/doc/changelog.d/95.maintenance.md new file mode 100644 index 000000000..c655a0905 --- /dev/null +++ b/doc/changelog.d/95.maintenance.md @@ -0,0 +1 @@ +pre-commit automatic update \ No newline at end of file