Skip to content

Commit 16a2950

Browse files
committed
lint: ignore scratch/ folder if exists
1 parent 6bd3be7 commit 16a2950

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ disable_error_code = [
9999
"var-annotated",
100100
]
101101
exclude = [
102-
'src/ply/.*\.py$'
102+
'src/ply/.*\.py$',
103+
'scratch/*',
103104
]
104105

105106
[[tool.mypy.overrides]]

0 commit comments

Comments
 (0)