Skip to content

Commit

Permalink
fix: typo in message
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned authored Jul 3, 2024
1 parent ed60b4e commit 9092b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ max-complexity = 18

[tool.ruff.lint.flake8-tidy-imports.banned-api]
# https://docs.astral.sh/ruff/settings/#lint_flake8-tidy-imports_banned-api
"typing.Optional".msg = "Use `Union[T, None]` instead.\n`typing.Optional` is likely to be confused with `altair.Optional`, which have similar but different semantic meaning.\nSee https://github.com/vega/altair/pull/3449"
"typing.Optional".msg = "Use `Union[T, None]` instead.\n`typing.Optional` is likely to be confused with `altair.Optional`, which have a similar but different semantic meaning.\nSee https://github.com/vega/altair/pull/3449"

[tool.ruff.format]
quote-style = "double"
Expand Down

0 comments on commit 9092b33

Please sign in to comment.