aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2024-05-28 20:57:29 +0200
committerGravatar shtlrs <[email protected]>2024-05-28 22:46:04 +0200
commit307dea6452d4e7fcc5880e18cfdfe0d6de97e0e8 (patch)
treef958a413d0de53bcae6baee77af8e89d09bb289f /pyproject.toml
parentpaginate pod logs instead of truncating them (diff)
ignore too many arguments errors
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ffa79cd..b5653b8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -61,7 +61,7 @@ ignore = [
"S311",
"SIM102", "SIM108",
"PD",
- "PLR6301",
+ "PLR0913", "PLR0917", "PLR6301",
# Rules suggested to be ignored when using ruff format
"COM812", "D206", "E111", "E114", "E117", "E501", "ISC001", "Q000", "Q001", "Q002", "Q003", "W191",