Skip to content

Commit

Permalink
formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniouaa committed Apr 10, 2024
1 parent 7555ef5 commit 0f26a12
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ jobs:
pdm run task test
pdm run coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
KRYPTO_TOKEN: ${{ secrets.KRYPTO_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
3 changes: 1 addition & 2 deletions krypto/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ def run(self, token: str) -> Tuple[List[str], List[str]]:


@click.group()
def cli():
...
def cli(): ...


@cli.command("run")
Expand Down
3 changes: 1 addition & 2 deletions krypto/config.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import tomli


class PyProjectNotFound(Exception):
...
class PyProjectNotFound(Exception): ...


DEFAULTS = {"prefix": "TODO", "attach-issue": False}
Expand Down
3 changes: 1 addition & 2 deletions krypto/todo.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
# Will need to change the parser to deal with the new tokens


class TODOError(Exception):
...
class TODOError(Exception): ...


@dataclass
Expand Down

0 comments on commit 0f26a12

Please sign in to comment.