File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 66
66
needs : doc-deploy-development
67
67
steps :
68
68
- name : " Deploy stable documentation"
69
- uses : pyansys/actions/doc-deploy-stable@v1
69
+ uses : pyansys/actions/doc-deploy-stable@main
70
70
with :
71
71
cname : ${{ env.DOCUMENTATION_CNAME }}
72
72
token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/psf/black
3
- rev : 22.3 .0
3
+ rev : 22.10 .0
4
4
hooks :
5
5
- id : black
6
6
9
9
hooks :
10
10
- id : isort
11
11
12
- - repo : https://gitlab .com/PyCQA/flake8
13
- rev : 3.9.2
12
+ - repo : https://github .com/PyCQA/flake8
13
+ rev : 5.0.4
14
14
hooks :
15
15
- id : flake8
16
16
17
17
- repo : https://github.com/codespell-project/codespell
18
- rev : v2.1.0
18
+ rev : v2.2.2
19
19
hooks :
20
20
- id : codespell
21
21
@@ -26,13 +26,13 @@ repos:
26
26
additional_dependencies : [toml]
27
27
28
28
- repo : https://github.com/pre-commit/pre-commit-hooks
29
- rev : v4.2 .0
29
+ rev : v4.3 .0
30
30
hooks :
31
31
- id : check-merge-conflict
32
32
- id : debug-statements
33
33
34
34
# this validates our github workflow files
35
35
- repo : https://github.com/python-jsonschema/check-jsonschema
36
- rev : 0.15.0
36
+ rev : 0.19.1
37
37
hooks :
38
38
- id : check-github-workflows
Original file line number Diff line number Diff line change @@ -55,9 +55,10 @@ include = [
55
55
]
56
56
57
57
[project .urls ]
58
- Home = " https://dev.docs .ansys.com/"
58
+ Home = " https://sphinxdocs .ansys.com/"
59
59
Source = " https://github.com/ansys/ansys-sphinx-theme"
60
60
Tracker = " https://github.com/ansys/ansys-sphinx-theme/issues"
61
+ Documentation = " https://sphinxdocs.ansys.com/"
61
62
62
63
[tool .black ]
63
64
line-length = 100
You can’t perform that action at this time.
0 commit comments