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 3cf237d commit a6d939a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ known_first_party = ["app"]
[tool.mypy]
python_version = "3.11"
plugins = ["pydantic.mypy", "sqlalchemy.ext.mypy.plugin"]
exclude = ['^syncmaster/tests',]
exclude = ['syncmaster/tests',]

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

0 comments on commit a6d939a

Please sign in to comment.