From 387ba9b8d4e92b832aeb0fcbaefa4b2a31603b8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 08:52:33 -0600 Subject: [PATCH 1/4] Bump pypa/cibuildwheel from 2.14.1 to 2.16.0 (#12) Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.14.1 to 2.16.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v2.14.1...v2.16.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/testing-and-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing-and-deployment.yml b/.github/workflows/testing-and-deployment.yml index b8bd2ee..e1e95ef 100644 --- a/.github/workflows/testing-and-deployment.yml +++ b/.github/workflows/testing-and-deployment.yml @@ -95,7 +95,7 @@ jobs: - uses: actions/checkout@v4 - name: Build wheels - uses: pypa/cibuildwheel@v2.14.1 + uses: pypa/cibuildwheel@v2.16.0 - name: List generated wheels run: | From 02d702e0ac741e8a6cba74c047d40138bafdfc0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 11:58:11 -0600 Subject: [PATCH 2/4] Bump pypa/cibuildwheel from 2.16.0 to 2.16.2 (#15) Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.0 to 2.16.2. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v2.16.0...v2.16.2) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/testing-and-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing-and-deployment.yml b/.github/workflows/testing-and-deployment.yml index e1e95ef..b82ccd9 100644 --- a/.github/workflows/testing-and-deployment.yml +++ b/.github/workflows/testing-and-deployment.yml @@ -95,7 +95,7 @@ jobs: - uses: actions/checkout@v4 - name: Build wheels - uses: pypa/cibuildwheel@v2.16.0 + uses: pypa/cibuildwheel@v2.16.2 - name: List generated wheels run: | From f32903a67bd468cddba33d87a152a0b626b57264 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 18:19:36 +0000 Subject: [PATCH 3/4] [pre-commit.ci] pre-commit autoupdate (#14) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.9.0 → 23.9.1](https://github.com/psf/black/compare/23.9.0...23.9.1) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](https://github.com/codespell-project/codespell/compare/v2.2.5...v2.2.6) - [github.com/python-jsonschema/check-jsonschema: 0.26.3 → 0.27.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.26.3...0.27.0) * use pyproject for config * fix codespell config --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Alex Kaszynski --- .codespellrc | 4 ---- .pre-commit-config.yaml | 8 +++++--- doc/ignore-words.txt | 25 +++++++++++++++++++++++++ pyproject.toml | 5 +++++ 4 files changed, 35 insertions(+), 7 deletions(-) delete mode 100644 .codespellrc create mode 100644 doc/ignore-words.txt diff --git a/.codespellrc b/.codespellrc deleted file mode 100644 index 82d4a4b..0000000 --- a/.codespellrc +++ /dev/null @@ -1,4 +0,0 @@ -[codespell] -skip = *.pyc,*.txt,*.gif,*.png,*.jpg,*.js,*.html,*.doctree,*.ttf,*.woff,*.woff2,*.eot,*.mp4,*.inv,*.pickle,*.ipynb,flycheck*,./.git/*,./.hypothesis/*,*.yml,./doc/build/*,./doc/images/*,./dist/*,*~,.hypothesis*,./doc/source/examples/*,*cover,*.dat,*.mac,\#*,build,./docker/mapdl/v*,./factory/*,./ansys/mapdl/core/mapdl_functions.py,PKG-INFO,*.mypy_cache/*,./docker/mapdl/*,./_unused/* -ignore-words-list = delet,appen,parm,pres,wan,filname,ans,tread,wan,levl,mater,aadd,extrem,imagin,ist,nin,sord,struc,emiss,vise,sur,ect,ther,esy -quiet-level = 3 \ No newline at end of file diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5dd3ae0..80fee25 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/psf/black - rev: 23.9.0 + rev: 23.9.1 hooks: - id: black @@ -31,9 +31,11 @@ repos: - id: flake8 - repo: https://github.com/codespell-project/codespell - rev: v2.2.5 + rev: v2.2.6 hooks: - id: codespell + additional_dependencies: + - tomli - repo: https://github.com/pycqa/pydocstyle rev: 6.3.0 @@ -60,6 +62,6 @@ repos: exclude: '.*\.(cdb|rst|dat)$' - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.26.3 + rev: 0.27.0 hooks: - id: check-github-workflows diff --git a/doc/ignore-words.txt b/doc/ignore-words.txt new file mode 100644 index 0000000..5da91cf --- /dev/null +++ b/doc/ignore-words.txt @@ -0,0 +1,25 @@ +aadd +ans +appen +delet +ect +emiss +esy +extrem +filname +imagin +ist +levl +mater +nin +parm +poin +pres +sord +struc +sur +ther +tread +vise +wan +wan diff --git a/pyproject.toml b/pyproject.toml index dba26a5..7b94cbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,3 +27,8 @@ test-command = "pytest {project}/tests -vx" # https://cibuildwheel.readthedocs.io/en/stable/faq/#apple-silicon archs = ["x86_64", "universal2"] test-skip = ["*_arm64", "*_universal2:arm64"] + +[tool.codespell] +skip = '*.pyc,*.txt,*.gif,*.png,*.jpg,*.js,*.html,*.doctree,*.ttf,*.woff,*.woff2,*.eot,*.mp4,*.inv,*.pickle,*.ipynb,flycheck*,./.git/*,./.hypothesis/*,*.yml,./doc/build/*,./doc/images/*,./dist/*,*~,.hypothesis*,./doc/source/examples/*,*cover,*.dat,*.mac,build,./docker/mapdl/v*,./factory/*,*.mypy_cache/*,./docker/mapdl/*,./_unused/*,*.cdb' +ignore-words = "doc/ignore-words.txt" +quiet-level = 3 \ No newline at end of file From ff383e41ab6408af20c266f26c933e1ba6e98d18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 20:17:25 -0600 Subject: [PATCH 4/4] Bump pytest from 7.4.2 to 7.4.3 in /requirements (#16) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 to 7.4.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.2...7.4.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_test.txt b/requirements/requirements_test.txt index 4220a11..acdca76 100644 --- a/requirements/requirements_test.txt +++ b/requirements/requirements_test.txt @@ -1,2 +1,2 @@ -pytest==7.4.2 +pytest==7.4.3 pytest-cov==4.1.0