From 65e161f7a8344381c72eca1cdffd71fca118f72d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 05:35:58 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/adamchainz/blacken-docs: 1.15.0 → 1.16.0](https://github.com/adamchainz/blacken-docs/compare/1.15.0...1.16.0) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 393393872..cd2b07736 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: black - repo: https://github.com/adamchainz/blacken-docs - rev: 1.15.0 + rev: 1.16.0 hooks: - id: blacken-docs additional_dependencies: [black==23.7.0] From 3bd87e22fb6fcd2a61e5548d5cedb0be35a0a243 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Tue, 22 Aug 2023 07:47:23 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff987ff9e..dd9b5a09c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG](https://kee - Bump plotly from 5.15.0 to 5.16.0 (#348) - Bump sphinxcontrib-websupport from 1.2.4 to 1.2.6 (#350) - Bump ansys-sphinx-theme from 0.10.2 to 0.10.3 (#351) +- pre-commit autoupdate ([#362](https://github.com/ansys/pymechanical/pull/362)) ### Fixed @@ -199,4 +200,4 @@ This document follows the conventions laid out in [Keep a CHANGELOG](https://kee ## [0.7.1](https://github.com/ansys/pymechanical/releases/tag/v0.7.1) - April 10 2023 -First public release of PyMechanical \ No newline at end of file +First public release of PyMechanical