Skip to content

Commit

Permalink
black, flake
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Oct 10, 2023
1 parent bfa65f6 commit 4541acc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bbot/test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def pytest_sessionfinish(session, exitstatus):
logger.removeHandler(handler)

# Wipe out BBOT home dir
# shutil.rmtree("/tmp/.bbot_test", ignore_errors=True)
shutil.rmtree("/tmp/.bbot_test", ignore_errors=True)

yield

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ build-backend = "poetry_dynamic_versioning.backend"

[tool.black]
line-length = 119
extend-exclude = "test_manager_scope_accuracy.py"
extend-exclude = "(test_step_1/test_manager_*)"

[tool.poetry-dynamic-versioning]
enable = true
Expand Down

0 comments on commit 4541acc

Please sign in to comment.