Skip to content

Commit 823c28d

Browse files
committed
tweak pyproject and gitignore
1 parent 655beec commit 823c28d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,5 @@ logs/
8282
env.yaml
8383

8484
site/
85+
86+
.pymon

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ exclude = [
424424
"^fixtures/",
425425
"^logs/",
426426
"^site/",
427+
"^tests/json_infra/fixtures/",
427428
]
428429
plugins = ["pydantic.mypy"]
429430

0 commit comments

Comments
 (0)