Skip to content

Commit

Permalink
chore: bump deps + pyright rules
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara committed Jul 13, 2024
1 parent 8899bc1 commit c37d3f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion {{cookiecutter.repo_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dev = [
"build~=1.0",
"pre-commit~=3.4",
"pytest~=8.0",
"ruff~=0.5.0",
"ruff~=0.5.1",
"twine~=5.0",
]

Expand All @@ -30,7 +30,9 @@ strictListInference = true
strictDictionaryInference = true
strictParameterNoneValue = true
reportTypedDictNotRequiredAccess = false
reportIncompatibleVariableOverride = true
reportIncompatibleMethodOverride = true
reportMatchNotExhaustive = true
reportUnnecessaryTypeIgnoreComment = true

[tool.ruff]
Expand Down

0 comments on commit c37d3f0

Please # to comment.