Skip to content

Commit

Permalink
disable mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed Nov 6, 2022
1 parent f8796ae commit 968bf76
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 @@ -15,7 +15,7 @@ version = "0.10.2"
enable_black = true
enable_flake8 = true
enable_isort = true
enable_mypy = true
enable_mypy = false
mypy_preset = "entry"
line_length = 88
py_version = "py37"
Expand Down

0 comments on commit 968bf76

Please sign in to comment.