Skip to content

Commit

Permalink
Require 'from __future__ import annotations'
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 27, 2024
1 parent 07f9567 commit fad66b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ lint.ignore = [
lint.per-file-ignores."cherry_picker/test_*.py" = [
"S101", # Asserts allowed in tests
]
lint.isort.required-imports = [ "from __future__ import annotations" ]

[tool.pyproject-fmt]
max_supported_python = "3.13"

0 comments on commit fad66b3

Please sign in to comment.