We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e00742 commit 92f15cbCopy full SHA for 92f15cb
pyproject.toml
@@ -91,8 +91,9 @@ omit = ["*/vendored/*"]
91
[tool.coverage.report]
92
show_missing = true
93
94
-[tool.ruff.lint]
95
-extend-select = [
+[tool.ruff]
+extend-exclude = ["src/wheel/vendored"]
96
+lint.extend-select = [
97
"B", # flake8-bugbear
98
"G", # flake8-logging-format
99
"I", # isort
@@ -103,6 +104,7 @@ extend-select = [
103
104
"W", # pycodestyle warnings
105
]
106
107
+
108
# Tox (https://tox.wiki/) is a tool for running tests in multiple virtualenvs.
109
# This configuration file will run the test suite on all supported python
110
# versions. To use it, "pipx install tox" and then run "tox" from this
0 commit comments