Skip to content

Commit

Permalink
Remove pydantic from pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby authored Sep 30, 2023
1 parent 7ab583b commit b7bcfcf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions {{cookiecutter.project_slug}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ paths.source = [
explicit_package_bases = true
plugins = [
"numpy.typing.mypy_plugin",
"pydantic.mypy",
]

[tool.pytest.ini_options]
Expand Down Expand Up @@ -127,7 +126,6 @@ isort.known-first-party = [
mccabe.max-complexity = 18
pep8-naming.classmethod-decorators = [
"classmethod",
"pydantic.validator",
]

[tool.setuptools_scm]
Expand Down

0 comments on commit b7bcfcf

Please sign in to comment.