Skip to content

Commit

Permalink
fix the code quality infra
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Bryce committed Dec 12, 2024
1 parent 9116430 commit 10878ed
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ tasks:
source {{ .VENV_DIR }}/bin/activate
trap deactivate EXIT
ruff format {{ .PACKAGE_NAME }} tests
black {{ .PACKAGE_NAME }} tests
ruff check {{ .PACKAGE_NAME }} tests --fix
test:
desc: Run simple tests
Expand Down
1 change: 0 additions & 1 deletion tests/test_verify_receipt.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import unittest
import shutil
import tempfile
import unittest
from contextlib import redirect_stdout

from datatrails_scitt_samples.datatrails.servicecontext import ServiceContext
Expand Down
13 changes: 0 additions & 13 deletions tests/test_verify_receipt_bad_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,10 @@
"""

import os
import json
import io
import unittest
import shutil
import tempfile
import unittest
from contextlib import redirect_stdout

from datatrails_scitt_samples.scripts.generate_example_key import (
main as generate_example_key,
)
from datatrails_scitt_samples.scripts.create_hashed_signed_statement import (
main as create_hashed_signed_statement,
)
from datatrails_scitt_samples.scripts.register_signed_statement import (
main as register_signed_statement,
)
from datatrails_scitt_samples.scripts.verify_receipt import (
main as verify_receipt,
)
Expand Down

0 comments on commit 10878ed

Please sign in to comment.