Skip to content

Commit

Permalink
lint: quiet mypy noise
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Aug 27, 2023
1 parent ec4cad2 commit 0b846b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ disallow_incomplete_defs = false
module = ["plpy"]
ignore_missing_imports = true

[[tool.mypy.overrides]]
module = ["skytools.basetypes"]
warn_unused_ignores = false

[tool.ruff]
line-length = 120
select = ["E", "F", "Q", "W", "UP", "YTT", "ANN"]
Expand Down

0 comments on commit 0b846b6

Please sign in to comment.