Skip to content

Commit f967dd5

Browse files
SamuelGabrielfacebook-github-bot
authored andcommitted
Clean up Project Configs (#2897)
Summary: Pull Request resolved: #2897 Use the more modern `pyproject.toml` instead of `setup.cfg`. Reviewed By: saitcakmak Differential Revision: D77388799 fbshipit-source-id: d13042ba5e46f5e576edc7a17e9ea2ad050d93ee
1 parent 490bf8f commit f967dd5

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

setup.cfg renamed to .flake8

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,3 @@ extend-select = D107, D417, D3, D207, D208, D214, D215
1111
max-line-length = 88
1212
exclude =
1313
build, dist, tutorials, website, .eggs
14-
15-
[coverage:report]
16-
omit =
17-
test/*
18-
setup.py
19-
botorch/generation/batched_lbfgs_b.py

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ first_party_detection = false
1111

1212
[tool.ufmt]
1313
formatter = "ruff-api"
14+
15+
[tool.coverage.report]
16+
omit = ["test/*", "setup.py", "botorch/generation/batched_lbfgs_b.py"]

0 commit comments

Comments
 (0)