Skip to content

Commit

Permalink
chore(deps-dev): bump ruff from 0.4.10 to 0.6.9 (#62)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ivan Procaccini <[email protected]>
  • Loading branch information
dependabot[bot] and procaconsul authored Oct 8, 2024
1 parent 078a33e commit 975592a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
python-version-file: 'pyproject.toml'
cache: 'poetry'
- name: Check style
run: poetry run ruff --select I
run: poetry run ruff check --select I


test:
Expand Down
47 changes: 25 additions & 22 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 @@ -30,7 +30,7 @@ python-multipart = "^0.0.12"


[tool.poetry.group.dev.dependencies]
ruff = "^0.4.10"
ruff = "^0.6.9"
pytest = "^8.2.2"
pytest-cov = "^5.0.0"
pytest-factoryboy = "^2.7.0"
Expand Down

0 comments on commit 975592a

Please sign in to comment.