diff options
author | 2023-11-13 14:24:46 +0000 | |
---|---|---|
committer | 2023-12-06 10:31:28 +0000 | |
commit | 2eff2c7958150c5b206fd8388efdf16e726ebb1a (patch) | |
tree | aa71d0dbbbada2d8206579632f8d5d143c8be5fa /pyproject.toml | |
parent | Bump all deps to latest (diff) |
Lint repo with new ruff rules
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 47a16ff..88cec72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ ignore = [ "CPY001", "D100", "D104", "D105", "D107", "D203", "D212", "D214", "D215", "D416", "EM", - "PLR0912", + "PLR0912", "PLR6301", "TRY003", ] line-length = 120 |