Skip to content

Commit

Permalink
Wrong reference in PyPI home page (#148)
Browse files Browse the repository at this point in the history
* Wrong refrence in pypi home page

* Change source import for flake8

* Pre-commit autoupdate

Co-authored-by: Roberto Pastor Muela <roberto.pastormuela@ansys.com>
  • Loading branch information
Revathyvenugopal162 and RobPasMue authored Nov 16, 2022
1 parent ccae651 commit e025aba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.10.0
hooks:
- id: black

Expand All @@ -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

Expand All @@ -26,14 +26,14 @@ 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
- id: requirements-txt-fixer

# 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
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e025aba

Please sign in to comment.