Skip to content

Commit

Permalink
Add format task
Browse files Browse the repository at this point in the history
  • Loading branch information
eduidl committed Oct 22, 2023
1 parent d9dcca2 commit 8db9c8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ check = "task check_lint && task check_format"
check_lint = "flake8 rtui"
check_format = "black . --check && isort . --check --diff"
check_type = "mypy rtui"
format = "black . && isort ."
test = "python -m unittest tests -v"

[tool.isort]
Expand Down

0 comments on commit 8db9c8b

Please sign in to comment.