Skip to content

Commit

Permalink
cleaning unnecessary files from repo root (#17235)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz authored Feb 21, 2025
1 parent 29748d5 commit a7e94ad
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 1,681 deletions.
8 changes: 0 additions & 8 deletions .codespellrc

This file was deleted.

1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ repos:
rev: v2.4.1
hooks:
- id: codespell
additional_dependencies:
- tomli
exclude: package-lock.json|_vendor/.*|docs/styles/.*
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.14.1
Expand Down
27 changes: 0 additions & 27 deletions .ruff.toml

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
Loading

0 comments on commit a7e94ad

Please sign in to comment.