From 1a2c200971ae0719454753ebc191ff4592fb8d5d Mon Sep 17 00:00:00 2001 From: Revathy Venugopal <104772255+Revathyvenugopal162@users.noreply.github.com> Date: Wed, 16 Nov 2022 08:38:28 +0100 Subject: [PATCH] Wrong reference in PyPI home page (#148) * Wrong refrence in pypi home page * Change source import for flake8 * Pre-commit autoupdate Co-authored-by: Roberto Pastor Muela --- .pre-commit-config.yaml | 12 ++++++------ pyproject.toml | 3 ++- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6e3675c7..6e74880d 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 @@ -9,13 +9,13 @@ 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 - repo: https://github.com/codespell-project/codespell - rev: v2.1.0 + rev: v2.2.2 hooks: - id: codespell @@ -26,13 +26,13 @@ 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 # 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 diff --git a/pyproject.toml b/pyproject.toml index 3343cdc9..fe181552 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,9 +55,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