diff --git a/pyproject.toml b/pyproject.toml index 1f7784eb..c3bcde26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,11 +68,6 @@ exclude = [ "**/__pycache__", ] -[tool.black] -extend-exclude = ''' -^/src/wheel/vendored/ -''' - [tool.pytest.ini_options] minversion = "6.0" addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"] @@ -91,6 +86,9 @@ omit = ["*/vendored/*"] [tool.coverage.report] show_missing = true +[tool.ruff] +extend-exclude = ['src/wheel/vendored/'] + [tool.ruff.lint] extend-select = [ "B", # flake8-bugbear