diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 67b63132c0..2cfa403506 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ exclude: "tests/integration/files" repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.1 + rev: v0.9.2 hooks: - id: ruff - id: ruff-format @@ -27,7 +27,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/ansys/pre-commit-hooks - rev: v0.4.4 + rev: v0.5.1 hooks: - id: add-license-headers args: diff --git a/doc/changelog.d/1667.maintenance.md b/doc/changelog.d/1667.maintenance.md new file mode 100644 index 0000000000..c655a0905a --- /dev/null +++ b/doc/changelog.d/1667.maintenance.md @@ -0,0 +1 @@ +pre-commit automatic update \ No newline at end of file