Skip to content

Commit 08b1fff

Browse files
committed
feat: ruff exclude version.py
1 parent 1de0860 commit 08b1fff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ python_functions = [
5656
line-length = 79
5757
exclude = [
5858
"docs",
59+
"_version.py",
5960
]
6061

6162
[tool.ruff.format]

0 commit comments

Comments
 (0)