Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sibasmarak committed Mar 13, 2024
2 parents 5378926 + fdb3886 commit 583c2e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ build-backend = "setuptools.build_meta"
version_scheme = "no-guess-dev"

[tool.mypy]
exclude = ['docs']
exclude = ['docs', 'examples']
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ exclude =
dist
.eggs
docs/conf.py
examples/*

[mypy]
exclude = docs|examples

[pyscaffold]
# PyScaffold's parameters when the project was created.
Expand Down

0 comments on commit 583c2e1

Please sign in to comment.