diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bd89d4df5..521ca60c5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: additional_dependencies: [flake8-pyproject] - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.0 hooks: - id: codespell args: ["--ignore-words", "doc/styles/config/vocabularies/ANSYS/accept.txt", "-w"] diff --git a/doc/changelog.d/1067.maintenance.md b/doc/changelog.d/1067.maintenance.md new file mode 100644 index 000000000..c655a0905 --- /dev/null +++ b/doc/changelog.d/1067.maintenance.md @@ -0,0 +1 @@ +pre-commit automatic update \ No newline at end of file