From d44a32bae771296636456207b0746229c67c3510 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 07:29:38 -0500 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#774) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot --- .pre-commit-config.yaml | 4 ++-- doc/changelog.d/774.changed.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 doc/changelog.d/774.changed.md diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 070892d9c..558711f8a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.0 hooks: - id: flake8 additional_dependencies: [flake8-pyproject] @@ -66,7 +66,7 @@ repos: - id: check-added-large-files - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.4 + rev: 0.28.5 hooks: - id: check-github-workflows diff --git a/doc/changelog.d/774.changed.md b/doc/changelog.d/774.changed.md new file mode 100644 index 000000000..b42b24103 --- /dev/null +++ b/doc/changelog.d/774.changed.md @@ -0,0 +1 @@ +[pre-commit.ci] pre-commit autoupdate \ No newline at end of file