Skip to content

Commit

Permalink
[DOP-11712] add github workflow for code analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-pedchenko committed Feb 26, 2024
1 parent cbc0ecc commit 4f4c0b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ known_first_party = ["app"]
[tool.mypy]
python_version = "3.11"
plugins = ["pydantic.mypy", "sqlalchemy.ext.mypy.plugin"]
exclude = ['./syncmaster/tests/*',]

[[tool.mypy.overrides]]
module = "alembic.*"
Expand Down

0 comments on commit 4f4c0b9

Please sign in to comment.