mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
ef8f9fe51b
* Uprev all dependencies * use ruff instead of flake8 for docs examples linting
10 lines
317 B
TOML
10 lines
317 B
TOML
line-length = 80
|
|
ignore = ["E402", "F722"]
|
|
extend-select = ["Q"]
|
|
flake8-quotes = {inline-quotes = "single", multiline-quotes = "double"}
|
|
|
|
[per-file-ignores]
|
|
# waiting for https://github.com/charliermarsh/ruff/issues/282
|
|
"models_structural_pattern_matching.py" = ["E999"]
|
|
"schema_unenforced_constraints.py" = ["F811"]
|