Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored May 10, 2024
1 parent 92f15cb commit 1aebf07
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -104,7 +99,6 @@ lint.extend-select = [
"W", # pycodestyle warnings
]


# Tox (https://tox.wiki/) is a tool for running tests in multiple virtualenvs.
# This configuration file will run the test suite on all supported python
# versions. To use it, "pipx install tox" and then run "tox" from this
Expand Down

0 comments on commit 1aebf07

Please sign in to comment.