Skip to content

Commit

Permalink
Move build config from setup.cfg to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 21, 2023
1 parent d05ff50 commit f3763cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@ requires = [
backend-path = [
"_custom_build",
]

[tool.isort]
profile = "black"

[tool.pytest.ini_options]
addopts = "-ra --color=yes"
testpaths = ["Tests"]
7 changes: 0 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,3 @@ tests =
[flake8]
extend-ignore = E203
max-line-length = 88

[isort]
profile = black

[tool:pytest]
addopts = -ra --color=yes
testpaths = Tests

0 comments on commit f3763cd

Please sign in to comment.