Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Aug 22, 2022
1 parent 295c39a commit 04ab297
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,16 @@ disallow_untyped_defs = true
module = "tests/async.*"
ignore_errors = true

[[tool.mypy.overrides]]
module = "examples/.*"
ignore_errors = true

[tool.isort]
profile = "black"

[tool.pyright]
include = ["playwright", "tests/sync"]
ignore = ["tests/async/", "scripts/"]
ignore = ["tests/async/", "scripts/", "examples"]
pythonVersion = "3.7"
reportMissingImports = false
reportTypedDictNotRequiredAccess = false

0 comments on commit 04ab297

Please sign in to comment.