diff --git a/pyproject.toml b/pyproject.toml index 76dbd46..f5dfe70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ lint = [ "bandit==1.8.3", "black==25.1.0", "flake8==7.1.2", - "isort==6.0.0", + "isort==6.0.1", "pydocstyle[toml]==6.3.0", ] dramatiq = [ @@ -98,6 +98,7 @@ known_first_party = "pictures, tests" include_trailing_comma = true default_section = "THIRDPARTY" combine_as_imports = true +skip = ["pictures/_version.py"] [tool.pydocstyle] add_ignore = "D1"