Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Jan 5, 2025
1 parent 5636b7f commit 05f9500
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ Issue = "https://github.com/litestar-org/advanced-alchemy/issues/"
Source = "https://github.com/litestar-org/advanced-alchemy"

[project.optional-dependencies]
fsspec = ["fsspec"]
cli = ["rich-click"]
fsspec = ["fsspec"]
nanoid = ["fastnanoid>=0.4.1"]
uuid = ["uuid-utils>=0.6.1"]

Expand Down Expand Up @@ -459,6 +459,7 @@ exclude = [
include = ["advanced_alchemy"]
pythonVersion = "3.8"
reportMissingTypeStubs = true
reportUnknownMemberType = false
reportUnnecessaryTypeIgnoreComments = true
strict = ["advanced_alchemy/**/*"]
venv = ".venv"
Expand Down

0 comments on commit 05f9500

Please sign in to comment.