From 35ecbad15e963b9ffae2996d85af5ec2fa54265b Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Wed, 16 Apr 2025 22:19:21 -0700 Subject: [PATCH] remove old lint --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 96e1c0f..7b95a41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,6 @@ lint.ignore = [ "ANN002", # *args "ANN003", # **kwargs "ANN401", # Any - "ANN101", # self: Self "SIM108", # single-line if / else assignment "RET504", # x=y+z; return x "PIE790", # unnecessary pass