From 2d1dda737040d98d28d43e0c7a1068581544ab2f Mon Sep 17 00:00:00 2001 From: Felix Seifert Date: Mon, 18 Mar 2024 13:50:42 +0100 Subject: [PATCH] chore: handle deprecated linter settings --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51c897c..85cdeba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,4 +49,4 @@ markers = [ src = ["src"] # Ignore line length limitation -ignore = ["E501"] \ No newline at end of file +lint.ignore = ["E501"] \ No newline at end of file