Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d169983

Browse filesBrowse files
authored
Merge pull request #2008 from python-gitlab/jlvillal/mypy-tox
chore: exclude `build/` directory from mypy check
2 parents 5cb2859 + 989a12b commit d169983
Copy full SHA for d169983

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Collapse file

‎pyproject.toml‎

Copy file name to clipboardExpand all lines: pyproject.toml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ order_by_type = false
55

66
[tool.mypy]
77
files = "."
8+
exclude = "build/.*"
89

910
# 'strict = true' is equivalent to the following:
1011
check_untyped_defs = true

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.