Skip to content

Commit

Permalink
Bump ruff from 0.4.10 to 0.5.1 (#382)
Browse files Browse the repository at this point in the history
* Bump ruff from 0.4.10 to 0.5.1

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.10 to 0.5.1.
- [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.10...0.5.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Fix configuration

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maciej Bieniek <[email protected]>
  • Loading branch information
dependabot[bot] and bieniu authored Jul 8, 2024
1 parent fd9152f commit 24505e5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0
rev: v0.5.1
hooks:
- id: ruff
args:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ lint.ignore = [
[tool.ruff.lint.per-file-ignores]
"tests/*" = [
"ANN102", # Missing type annotation for `cls` in classmethod
"ASYNC101", # Async functions should not call `open`, `time.sleep`, or `subprocess` methods
"PLR0913", # Too many arguments in function definition
"PLR2004", # Magic value used in comparison
"PTH123", # `open()` should be replaced by `Path.open()`
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ pytest-cov==5.0.0
pytest-error-for-skips==2.0.2
pytest-timeout==2.3.1
pytest==8.2.2
ruff==0.4.10
ruff==0.5.1
syrupy==4.6.1

0 comments on commit 24505e5

Please sign in to comment.