Skip to content

Commit 7babe3a

Browse files
Bumps [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit) from v0.15.16 to 0.15.22. - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](astral-sh/ruff-pre-commit@v0.15.16...v0.15.22) --- updated-dependencies: - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.15.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mdevolde <martin.devolder2@gmail.com>
1 parent 66a72b7 commit 7babe3a

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
@@ -1,7 +1,7 @@
11
repos:
22
# Ruff for linting and formatting
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.15.16 # Keep in sync ruff version with pyproject.toml
4+
rev: v0.15.22 # Keep in sync ruff version with pyproject.toml
55
hooks:
66
# Run the linter
77
- id: ruff

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ quality = [
6363
# Keep in sync mypy version with .pre-commit-config.yaml
6464
"mypy==2.1.0",
6565
# Keep in sync ruff version with .pre-commit-config.yaml
66-
"ruff==0.15.16",
66+
"ruff==0.15.22",
6767
# Keep in sync zizmor version with .pre-commit-config.yaml
6868
"zizmor==1.27.0"
6969
]

β€Žuv.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.

0 commit comments

Comments
Β (0)