Skip to content

Commit

Permalink
chore: disable mypy pydantic plugin
Browse files Browse the repository at this point in the history
it will be re-enabled when all errors are fixed
  • Loading branch information
azmeuk committed Aug 18, 2024
1 parent 9198b9e commit 5dde804
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ repos:
rev: v1.11.1
hooks:
- id: mypy
additional_dependencies: [pydantic]
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ docstring-code-format = true
addopts = "--doctest-modules --doctest-glob='*.rst'"
doctest_optionflags= "ALLOW_UNICODE IGNORE_EXCEPTION_DETAIL ELLIPSIS"

[tool.mypy]
plugins = [
"pydantic.mypy"
]
# [tool.mypy]
# plugins = [
# "pydantic.mypy"
# ]

[tool.tox]
legacy_tox_ini = """
Expand Down

0 comments on commit 5dde804

Please sign in to comment.