Skip to content

Commit

Permalink
Fix ruff deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
albertyw committed Feb 6, 2024
1 parent 3cef0b1 commit ab3adb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -39,8 +39,8 @@ readme = {file = "README.md", content-type="text/markdown"}
req_update = ["py.typed"]

[tool.ruff]
select = ["E", "F", "B"]
ignore = ["B010"]
lint.select = ["E", "F", "B"]
lint.ignore = ["B010"]

[tool.mypy]
strict = true
Expand Down

0 comments on commit ab3adb0

Please sign in to comment.