diff --git a/pyproject.toml b/pyproject.toml index 835f78e3f..608b1829d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,3 +70,4 @@ format.line-ending = "lf" # F: Pyflakes / E, W: pycodestyle / I: isort / NPY: numpy lint.select = ["F", "E", "W", "I", "NPY"] lint.ignore = ["E501"] # Ignore line length error +lint.per-file-ignores = {"*.ipynb" = ["I001"]}