Skip to content

Commit

Permalink
chore(deps-dev): bump ruff from 0.4.10 to 0.5.4 (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 780fffc commit 0b2165d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
poetry install --only linters --no-root
- name: Run ruff
run: |
poetry run ruff .
poetry run ruff check .
39 changes: 20 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pytest-alembic = "^0.11.0"


[tool.poetry.group.linters.dependencies]
ruff = "0.4.10"
ruff = "0.5.4"
black = "24.4.2"

[tool.pytest.ini_options]
Expand Down

0 comments on commit 0b2165d

Please sign in to comment.