Skip to content

Commit 1266287

Browse files
[pre-commit.ci] pre-commit autoupdate (#3074)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.7...v0.12.11) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Francesco Bruzzesi <[email protected]>
1 parent ec533d8 commit 1266287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
55
# Ruff version.
6-
rev: 'v0.12.7'
6+
rev: 'v0.12.11'
77
hooks:
88
# Run the formatter.
99
- id: ruff-format
@@ -91,7 +91,7 @@ repos:
9191
additional_dependencies:
9292
- black==22.12.0
9393
- repo: https://github.com/pre-commit/pre-commit-hooks
94-
rev: v5.0.0
94+
rev: v6.0.0
9595
hooks:
9696
- id: name-tests-test
9797
exclude: ^tests/utils\.py

0 commit comments

Comments
 (0)