From a050034133a8e9aba9c36d2a19e16d6e5e82e9fb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 09:24:35 +0200 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#3316) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/ansys/pre-commit-hooks: v0.4.1 → v0.3.1](https://github.com/ansys/pre-commit-hooks/compare/v0.4.1...v0.3.1) - [github.com/numpy/numpydoc: v1.7.0 → v1.8.0rc2](https://github.com/numpy/numpydoc/compare/v1.7.0...v1.8.0rc2) - [github.com/python-jsonschema/check-jsonschema: 0.29.0 → 0.29.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.29.0...0.29.1) * chore: adding changelog file 3316.miscellaneous.md --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- .pre-commit-config.yaml | 6 +++--- doc/changelog.d/3316.miscellaneous.md | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 doc/changelog.d/3316.miscellaneous.md diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7070781ef0..016aeaac6f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ fail_fast: True repos: - repo: https://github.com/ansys/pre-commit-hooks - rev: v0.4.1 + rev: v0.3.1 hooks: - id: add-license-headers args: @@ -15,7 +15,7 @@ repos: - id: isort - repo: https://github.com/numpy/numpydoc - rev: v1.7.0 + rev: v1.8.0rc2 hooks: - id: numpydoc-validation exclude: | @@ -67,6 +67,6 @@ repos: # this validates our github workflow files - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.0 + rev: 0.29.1 hooks: - id: check-github-workflows diff --git a/doc/changelog.d/3316.miscellaneous.md b/doc/changelog.d/3316.miscellaneous.md new file mode 100644 index 0000000000..b42b241032 --- /dev/null +++ b/doc/changelog.d/3316.miscellaneous.md @@ -0,0 +1 @@ +[pre-commit.ci] pre-commit autoupdate \ No newline at end of file