Files
⬢ Samuel Colvin ef8f9fe51b Uprev all dependencies (#4955)
* Uprev all dependencies

* use ruff instead of flake8 for docs examples linting
2023-01-15 09:57:09 -08:00

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"]