diff --git a/pyproject.toml b/pyproject.toml index 7e7989c..1d6b9c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,9 +84,10 @@ line-length = 79 ##) ##""" + [tool.ruff] line-length = 79 -ignore = ["E501", "E731"] +lint.ignore = ["E501", "E731"] ##extend-exclude = [ ## "examples/batch_with_git/templates/calc/run.py", ##]