Skip to content

Commit 9f09b7f

Browse files
Bump the pre-commit-hooks group across 1 directory with 3 updates
Bumps the pre-commit-hooks group with 3 updates in the / directory: [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit), [https://github.com/asottile/pyupgrade](https://github.com/asottile/pyupgrade) and [https://github.com/BlankSpruce/gersemi-pre-commit](https://github.com/BlankSpruce/gersemi-pre-commit). Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.9.9 to 0.15.12 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](astral-sh/ruff-pre-commit@v0.9.9...v0.15.12) Updates `https://github.com/asottile/pyupgrade` from v3.9.0 to 3.21.2 - [Commits](asottile/pyupgrade@v3.9.0...v3.21.2) Updates `https://github.com/BlankSpruce/gersemi-pre-commit` from 0.27.2 to 0.9999.0 - [Commits](BlankSpruce/gersemi-pre-commit@0.27.2...0.9999.0) --- updated-dependencies: - dependency-name: https://github.com/asottile/pyupgrade dependency-version: 3.21.2 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.15.12 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/BlankSpruce/gersemi-pre-commit dependency-version: 0.9999.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pre-commit-hooks ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 73753c7 commit 9f09b7f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,20 @@ repos:
3030

3131
# Python linting and formatting
3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.9.9
33+
rev: v0.15.12
3434
hooks:
3535
- id: ruff
3636
- id: ruff-format
3737

3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v3.9.0
39+
rev: v3.21.2
4040
hooks:
4141
- id: pyupgrade
4242
args: [--py310-plus]
4343

4444
# CMake linting and formatting
4545
- repo: https://github.com/BlankSpruce/gersemi-pre-commit
46-
rev: 0.27.2
46+
rev: 0.9999.0
4747
hooks:
4848
- id: gersemi
4949
name: CMake linting

0 commit comments

Comments
 (0)