mirror of
https://github.com/astral-sh/uv
synced 2026-01-22 14:00:11 -05:00
## Summary Narrow down excludes for `typos` and fix 2 additional misspellings. BTW pre-commit can be run in CI: https://github.com/szepeviktor/pre-commit-on-you/actions/runs/7971275239/job/21760614908
18 lines
313 B
TOML
18 lines
313 B
TOML
[files]
|
|
extend-exclude = [
|
|
"**/snapshots/",
|
|
"scripts/**/*.in",
|
|
]
|
|
ignore-hidden = false
|
|
|
|
[default]
|
|
extend-ignore-re = [
|
|
"FRiENDlY-\\.\\.\\.-_-BARd",
|
|
"FrIeNdLy-\\._\\.-bArD",
|
|
"I borken you cache",
|
|
"eb1ba5f5",
|
|
]
|
|
|
|
[default.extend-identifiers]
|
|
seeked = "seeked" # special term used for streams
|