diff --git a/pyproject.toml b/pyproject.toml index afb763721..c4dfd93ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,10 +14,8 @@ lint.ignore = ["COM812", "D203", "D212", "E501", "ERA001", "ISC001"] "tutorial/**" = [ "ANN", "ARG", - # https://github.com/pyvista/pyvista/pull/6014 - "B015", - # https://github.com/pyvista/pyvista/pull/6019 - "B018", + "B015", # https://github.com/pyvista/pyvista/pull/6014 + "B018", # https://github.com/pyvista/pyvista/pull/6019 "D101", "D102", "D103",