Skip to content

Commit

Permalink
feat: consolidate to pyproject.toml (#29)
Browse files Browse the repository at this point in the history
* consolidate to the pyproject.toml

* clean up comments

* Update .flake8
  • Loading branch information
WilliamBergamin authored Feb 21, 2024
1 parent 831e132 commit bd1b5b4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 14 deletions.
3 changes: 2 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[flake8]
max-line-length = 125
max-line-length = 125
exclude = .gitignore,venv
11 changes: 8 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# black project prefers pyproject.toml
# that's why we have this file in addition to other setting files
[tool.black]
line-length = 125
line-length = 125

[tool.pytest.ini_options]
testpaths = ["tests"]
log_file = "logs/pytest.log"
log_file_level = "DEBUG"
log_format = "%(asctime)s %(levelname)s %(message)s"
log_date_format = "%Y-%m-%d %H:%M:%S"
7 changes: 0 additions & 7 deletions pytest.ini

This file was deleted.

3 changes: 0 additions & 3 deletions setup.cfg

This file was deleted.

0 comments on commit bd1b5b4

Please sign in to comment.