Skip to content

Commit 7a7e29b

Browse files
pyproject.toml add exclusion for python venv named : venv* and .venv*
1 parent d0f3eb0 commit 7a7e29b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ version = { attr = "qwt.__version__" }
6060
addopts = "qwt"
6161

6262
[tool.ruff]
63-
exclude = [".git", ".vscode", "build", "dist"]
63+
exclude = [".git", ".vscode", "build", "dist","venv*",".venv*"]
6464
line-length = 88 # Same as Black.
6565
indent-width = 4 # Same as Black.
6666
target-version = "py39" # Assume Python 3.9.

0 commit comments

Comments
 (0)