diff --git a/pyproject.toml b/pyproject.toml index e98d294..644070f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ lint = [ "flake8-bugbear", "isort", "pylint", - "pylint-per-file-ignores >= 1, <1.3", + "pylint-per-file-ignores >= 1.3.2, < 1.4", "pyupgrade", ] test = [