diff options
| author | 2024-05-31 18:09:01 +0100 | |
|---|---|---|
| committer | 2024-05-31 18:15:35 +0100 | |
| commit | 004f126cd3427c0ff35b801e3a417da616da9a91 (patch) | |
| tree | b0d80c73054aacaa8870370d6177d2728d1731d5 | |
| parent | Correct parsing library information file (diff) | |
Ignore DTZ003 lint rule
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index b286606..86f769c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,6 +62,7 @@ ignore = [ "SIM102", "SIM108", "PD", "PLR0913", "PLR0917", "PLR6301", + "DTZ003", # Rules suggested to be ignored when using ruff format "COM812", "D206", "E111", "E114", "E117", "E501", "ISC001", "Q000", "Q001", "Q002", "Q003", "W191", |