Skip to content

Commit

Permalink
Add ruff workflow to prevent unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddasol committed Dec 16, 2024
1 parent a57557f commit fbd0806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ jobs:
run: |
black --check .
mypy .
ruff --check .
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ dev = [
"pytest-xdist",
"pytest",
"requests-mock",
"ruff",
"sphinx",
]

Expand Down

0 comments on commit fbd0806

Please sign in to comment.