Skip to content

Commit

Permalink
ci: remove useless mypy overrides
Browse files Browse the repository at this point in the history
Change-Id: I874a9755cacaa3b7e607b0f403d3b56880b4641f
  • Loading branch information
jd committed Dec 13, 2024
1 parent f0fae13 commit fd15ae8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,3 @@ target-version = ['py310', 'py311', 'py312', 'py313']
files = "daiquiri"
show_error_codes = true
strict = true

[[tool.mypy.overrides]]
module = [
"pythonjsonlogger",
"systemd",
]
ignore_missing_imports = true

0 comments on commit fd15ae8

Please # to comment.