Skip to content

Commit

Permalink
poetry dev(deps-dev): bump ruff from 0.4.7 to 0.5.0 (#93)
Browse files Browse the repository at this point in the history
* poetry dev(deps-dev): bump ruff from 0.4.7 to 0.5.0

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.7 to 0.5.0.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.4.7...0.5.0)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: adapt ruff command

* fix

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marc-Aurèle Brothier <m@brothier.org>
  • Loading branch information
dependabot[bot] and marcaurele authored Jul 7, 2024
1 parent 63af55d commit 811dc85
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: poetry run black --diff --check ipx800/ tests/

- name: Lint with ruff
run: poetry run ruff --show-files --show-fixes --show-source ipx800/ tests/
run: poetry run ruff check --show-files --show-fixes ipx800/ tests/

- name: Test with pytest
run: poetry run pytest --cov=ipx800 tests/
Expand Down
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 @@ -37,7 +37,7 @@ pytest-cov = ">=4,<6"
coverage = {version = "^7.0", extras = ["toml"]}
codecov = "^2.1"
black = ">=23.1,<25.0"
ruff = ">=0.0.292,<0.4.8"
ruff = ">=0.5.0,<0.5.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 811dc85

Please sign in to comment.