Skip to content

Commit 45706d6

Browse files
Updated files with 'repo_helper'. (#37)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent dd0923a commit 45706d6

4 files changed

Lines changed: 8 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
exclude: ^$
55

66
repos:
7+
- repo: https://github.com/repo-helper/pyproject-parser
8+
rev: v0.2.3
9+
hooks:
10+
- id: reformat-pyproject
11+
712
- repo: https://github.com/pre-commit/pre-commit-hooks
813
rev: v3.4.0
914
hooks:
@@ -68,7 +73,7 @@ repos:
6873
- id: forbid-crlf
6974

7075
- repo: https://github.com/repo-helper/formate
71-
rev: v0.4.4
76+
rev: v0.4.5
7277
hooks:
7378
- id: formate
7479
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$

doc-source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666

6767
latex_elements = {
6868
"printindex": "\\begin{flushleft}\n\\printindex\n\\end{flushleft}",
69+
"tableofcontents": "\\pdfbookmark[0]{\\contentsname}{toc}\\sphinxtableofcontents",
6970
}
7071

7172

doc-source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ formate
55
.. start short_desc
66
77
.. documentation-summary::
8+
:meta:
89

910
.. end short_desc
1011

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ toctree_plus_types = [
100100
"exception",
101101
"flag",
102102
"function",
103-
"method",
104103
"namedtuple",
105104
"protocol",
106105
"role",

0 commit comments

Comments
 (0)