diff --git a/pyproject.toml b/pyproject.toml index c5a4c13..bf10cd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,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", ] docs = [ @@ -115,6 +115,7 @@ known_first_party = "joeflow, tests" include_trailing_comma = true default_section = "THIRDPARTY" combine_as_imports = true +skip = ["joeflow/_version.py"] [tool.pydocstyle] add_ignore = "D1"