Skip to content

Commit

Permalink
Merge pull request #101 from jtc42/allow-optional
Browse files Browse the repository at this point in the history
Allow Optional instead of x | None
  • Loading branch information
jtc42 authored Jan 19, 2025
2 parents 21a42c9 + dcdeb5a commit 8d8b776
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 @@ -74,6 +74,7 @@ target-version = "py38"
ignore = [
"A003", # FIXME
"ANN401", # Ignore Anys
"UP045", # Allow Optional instead of x | None
"ISC001", # Disable for compatibility with ruff-format
"UP007", # Not compatible with Python 3.8
"UP006", # Not compatible with Python 3.8
Expand Down

0 comments on commit 8d8b776

Please sign in to comment.