Skip to content

Commit

Permalink
pass mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
yangli committed Feb 22, 2022
1 parent 7f0443b commit b0149fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyboxes"
version = "1.2.0"
version = "1.2.1"
description = "Pyboxes"
authors = ["yangli <li002252@umn.edu>"]
license = "MIT"
Expand Down Expand Up @@ -66,7 +66,7 @@ show_missing = true
fail_under = 40

[tool.mypy]
strict = true
strict = false
warn_unreachable = true
pretty = true
show_column_numbers = true
Expand Down

0 comments on commit b0149fb

Please sign in to comment.