Skip to content

Commit

Permalink
TG-946 Add truthy-bool rule to pyproject.toml (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
niccolomineo authored Jan 8, 2024
1 parent c58d38f commit e3b1a2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ omit = [
source = ["."]

[tool.mypy]
enable_error_code = [
"truthy-bool",
]
ignore_missing_imports = true
python_version = "3.11"

Expand Down

0 comments on commit e3b1a2d

Please sign in to comment.