Skip to content

Commit 40828ef

Browse files
committed
exclude generated _version.py from ruff
1 parent dcdaa00 commit 40828ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ python_version = "3.10"
101101
[tool.ruff]
102102
target-version = "py310"
103103
# Exclude a variety of commonly ignored directories.
104-
exclude = []
104+
exclude = ["src/mxmake/_version.py"]
105105

106106
[tool.ruff.lint]
107107
select = ["UP"] # Enable pyupgrade rules for Python 3.10+ modernization

0 commit comments

Comments
 (0)