Skip to content

Commit 71b1e11

Browse files
build(deps-dev): bump ruff from 0.5.5 to 0.5.6 (#29)
* build(deps-dev): bump ruff from 0.5.5 to 0.5.6 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.5 to 0.5.6. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.5.5...0.5.6) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * style(pre-commmit): bump ruff to 0.5.6 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: F-G Fernandez <26927750+frgfm@users.noreply.github.com>
1 parent b584446 commit 71b1e11

3 files changed

Lines changed: 22 additions & 22 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: debug-statements
1919
language_version: python3
2020
- repo: https://github.com/charliermarsh/ruff-pre-commit
21-
rev: 'v0.5.5'
21+
rev: 'v0.5.6'
2222
hooks:
2323
- id: ruff
2424
args:

poetry.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ python = "^3.9"
2020
optional = true
2121

2222
[tool.poetry.group.quality.dependencies]
23-
ruff = "==0.5.5"
23+
ruff = "==0.5.6"
2424
mypy = "==1.10.0"
2525
pre-commit = "^3.8.0"
2626

0 commit comments

Comments
 (0)