Skip to content

Commit

Permalink
Add ruff workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddasol committed Dec 17, 2024
1 parent 7882c67 commit 521ac73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ jobs:
run: |
black --check .
mypy .
ruff check .
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dynamic = ["version"]
repository = "https://github.com/equinor/isar-robot.git"

[project.optional-dependencies]
dev = ["black", "mypy", "pip-tools", "pre-commit", "pytest"]
dev = ["black", "mypy", "pip-tools", "pre-commit", "pytest", "ruff"]

[tool.setuptools_scm]
version_file = "src/isar_robot/version.py"
Expand Down

0 comments on commit 521ac73

Please sign in to comment.