Skip to content

Commit a55f75d

Browse files
committed
exclude docs, remove type ignore comment
1 parent 7bdb099 commit a55f75d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ repos:
5050
rev: 'v1.16.0'
5151
hooks:
5252
- id: mypy
53+
exclude: ^docs/

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
# 'pointsize': '10pt',
175175
# Additional stuff for the LaTeX preamble.
176176
# 'preamble': '',
177-
} # type: dict[str, str]
177+
}
178178

179179
# Grouping the document tree into LaTeX files. List of tuples
180180
# (source start file, target name, title, author, documentclass [howto/manual]).

mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[mypy]
2-
files = src,tests
2+
exclude = ^docs/
33
no_implicit_optional = True
44
pretty = True
55
show_error_codes = True

0 commit comments

Comments
 (0)