mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00

## Summary Support glob patterns in pep8_naming ignore-names. Closes #2787 ## Test Plan Added new tests.
21 lines
527 B
TOML
21 lines
527 B
TOML
[package]
|
|
name = "ruff_cache"
|
|
version = "0.0.0"
|
|
publish = false
|
|
authors = { workspace = true }
|
|
edition = { workspace = true }
|
|
rust-version = { workspace = true }
|
|
homepage = { workspace = true }
|
|
documentation = { workspace = true }
|
|
repository = { workspace = true }
|
|
license = { workspace = true }
|
|
|
|
[dependencies]
|
|
itertools = { workspace = true }
|
|
glob = { workspace = true }
|
|
globset = { workspace = true }
|
|
regex = { workspace = true }
|
|
filetime = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
ruff_macros = { path = "../ruff_macros" }
|