From f6df9a919ac995bdc58b91d4f938dc96991be1b6 Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Tue, 15 Nov 2022 18:04:26 +0100 Subject: [PATCH 1/3] Wrong refrence in pypi home page --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 224710df..106b82e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,9 +47,10 @@ include = [ ] [project.urls] -Home = "https://dev.docs.ansys.com/" +Home = "https://sphinxdocs.ansys.com/" Source = "https://github.com/ansys/ansys-sphinx-theme" Tracker = "https://github.com/ansys/ansys-sphinx-theme/issues" +Documentation = "https://sphinxdocs.ansys.com/" [tool.black] line-length = 100 From 5626695336b41b192526fd4c060da67b0b8bab7a Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Tue, 15 Nov 2022 18:12:58 +0100 Subject: [PATCH 2/3] Change source import for flake8 --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 23806b7f..d0b09f9b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,8 +9,8 @@ repos: hooks: - id: isort -- repo: https://gitlab.com/PyCQA/flake8 - rev: 3.9.2 +- repo: https://github.com/PyCQA/flake8 + rev: 5.0.4 hooks: - id: flake8 From 6929962d85790a8390b145cc38ae4b7be16b6538 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela Date: Wed, 16 Nov 2022 07:58:22 +0100 Subject: [PATCH 3/3] Pre-commit autoupdate --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d0b09f9b..22e5912f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 22.10.0 hooks: - id: black @@ -15,7 +15,7 @@ repos: - id: flake8 - repo: https://github.com/codespell-project/codespell - rev: v2.1.0 + rev: v2.2.2 hooks: - id: codespell @@ -26,7 +26,7 @@ repos: additional_dependencies: [toml] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.3.0 hooks: - id: check-merge-conflict - id: debug-statements @@ -34,6 +34,6 @@ repos: # this validates our github workflow files - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.15.0 + rev: 0.19.1 hooks: - id: check-github-workflows