diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 23806b7f..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 @@ -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,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 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