Skip to content

Commit 97a1914

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.0 → v0.11.2](astral-sh/ruff-pre-commit@v0.11.0...v0.11.2) - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 25.1.0](psf/black-pre-commit-mirror@24.4.2...25.1.0)
1 parent 0c277e9 commit 97a1914

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
@@ -8,13 +8,13 @@ ci:
88
repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
1010
# WARNING: Ruff version should be the same as in `pyproject.toml`
11-
rev: v0.11.0
11+
rev: v0.11.2
1212
hooks:
1313
- id: ruff
1414
args: ["--fix"]
1515
- repo: https://github.com/psf/black-pre-commit-mirror
1616
# WARNING: Black version should be the same as in `pyproject.toml`
17-
rev: "24.4.2"
17+
rev: "25.1.0"
1818
hooks:
1919
- id: black
2020
pass_filenames: false

0 commit comments

Comments
 (0)