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