Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit d3df75c

Browse files
committed
Fix pylint and mypy configurations
1 parent 2ce95f9 commit d3df75c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,11 @@ exclude_lines = [
8282

8383
[tool.mypy]
8484
files = "src,tests"
85+
exclude = "scripts"
8586

8687
[tool.pylint."MASTER"]
8788
fail-under = 8
88-
ignore = ["tests"]
89+
ignore = ["tests", "scripts"]
8990
persistent = true
9091

9192
[tool.pylint."MESSAGES CONTROL"]

0 commit comments

Comments
 (0)