Skip to content

Commit

Permalink
added formatting to build
Browse files Browse the repository at this point in the history
  • Loading branch information
iritmaximus committed May 12, 2023
1 parent da78f4a commit 3fcb23c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ openhtml = "firefox htmlcov/index.html"
openhtml-bin = "firefox-bin htmlcov/index.html"
test_full = ["test", "testhtml"]
test_full_open = ["test", "testhtml", "openhtml"]
format = "black src"
coverage-report = ["testhtml"]
lint = "pylint src"
build = ["test", "testhtml", "lint"]
build = ["test", "testhtml", "format", "lint"]


[tool.pytest.ini_options]
Expand Down

0 comments on commit 3fcb23c

Please sign in to comment.