From cd2c047a087bf396802ff6b513108f91f7040e39 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 21:22:22 +0000 Subject: [PATCH 1/5] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.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 9bc8b8af..5732b724 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: flake8 - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell From 1f7aec0334e417cd183583321fb92fd969209571 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot Date: Mon, 27 May 2024 21:23:20 +0000 Subject: [PATCH 2/5] Adding changelog entry: 179.miscellaneous.md --- doc/changelog.d/179.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/179.miscellaneous.md diff --git a/doc/changelog.d/179.miscellaneous.md b/doc/changelog.d/179.miscellaneous.md new file mode 100644 index 00000000..b42b2410 --- /dev/null +++ b/doc/changelog.d/179.miscellaneous.md @@ -0,0 +1 @@ +[pre-commit.ci] pre-commit autoupdate \ No newline at end of file From a7b782e27957edc940dedac77711ec101beb1102 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Tue, 28 May 2024 08:04:19 +0200 Subject: [PATCH 3/5] Update pyproject.toml --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c16c7ae1..3ddcf448 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,6 @@ line-length = 100 profile = "black" force_sort_within_sections = true line_length = 100 -default_section = "THIRDPARTY" src_paths = ["doc", "src", "tests"] [tool.coverage.run] @@ -115,4 +114,4 @@ showcontent = true [[tool.towncrier.type]] directory = "miscellaneous" name = "Miscellaneous" -showcontent = true \ No newline at end of file +showcontent = true From 52442528e6ccff8a3a054c748fe9a1b8354fea72 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Tue, 28 May 2024 08:04:39 +0200 Subject: [PATCH 4/5] Update CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 1cf484f1..b4bcbe52 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -7,7 +7,7 @@ contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex characteristics, gender identity and expression, level of experience, -education, socio-economic status, nationality, personal appearance, +education, socioeconomic status, nationality, personal appearance, race, religion, or sexual identity and orientation. ## Our Standards From c011b2134312c6a69eb75df156039f1cc16d04de Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot Date: Tue, 28 May 2024 06:06:40 +0000 Subject: [PATCH 5/5] Adding changelog entry: 179.changed.md --- doc/changelog.d/{179.miscellaneous.md => 179.changed.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename doc/changelog.d/{179.miscellaneous.md => 179.changed.md} (100%) diff --git a/doc/changelog.d/179.miscellaneous.md b/doc/changelog.d/179.changed.md similarity index 100% rename from doc/changelog.d/179.miscellaneous.md rename to doc/changelog.d/179.changed.md