Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hhstore committed Jan 6, 2024
1 parent 87b0153 commit ec5866e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ tasks:
fmt:
aliases: [ "f" ]
cmds:
- black .
- ruff . --fix
ignore_error: true

Expand Down
1 change: 0 additions & 1 deletion packages/mod-cli/src/mod_cli/commands/add.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

from typing import Annotated

import typer
Expand Down

0 comments on commit ec5866e

Please sign in to comment.