Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Small cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo13 committed Jun 27, 2020
1 parent f1f6dd0 commit 29abcd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ ignore = E203, E266, E501, W503
max-line-length = 80
max-complexity = 18
select = B,C,E,F,W,T4,B9
exclude = .git,.venv,__pycache__,build,dist
exclude = .git,.venv,__pycache__,bin,build,dist
2 changes: 1 addition & 1 deletion src/dobby/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,4 @@ def monitor_job(config, eval_id, deployment_id=None):


def main():
return cli.main(sys.argv[1:], prog_name="dobby", max_content_width=220)
return cli.main(prog_name="dobby", max_content_width=220)

0 comments on commit 29abcd3

Please sign in to comment.