Skip to content

Commit

Permalink
moar
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Feb 21, 2025
1 parent 61691e5 commit dd9fa16
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .codespellrc

This file was deleted.

32 changes: 32 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,38 @@ extend-select = ["I"]
[tool.ruff.isort]
known-third-party = []


[tool.codespell]
skip = [
".git",
"*.pdf",
"*.svg",
"package-lock.json",
"_vendor",
"*.css",
"tests/utilities/test_text.py",
"pyproject.toml",
]
# from https://github.com/PrefectHQ/prefect/pull/10813#issuecomment-1732676130
ignore-regex = ".*lazy=\"selectin\"|.*e import Bloc$|America/Nome"

ignore-words-list = [
"selectin",
"aci",
"wqs",
"aks",
"ines",
"dependant",
"fsspec",
"automations",
"nmme",
"afterall",
"medias",
]

check-hidden = true


[tool.uv.sources]
prefect-aws = { path = "src/integrations/prefect-aws" }
prefect-azure = { path = "src/integrations/prefect-azure" }
Expand Down

0 comments on commit dd9fa16

Please sign in to comment.