Skip to content

Commit 7dacfba

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 25.1.0 → 25.9.0](psf/black@25.1.0...25.9.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.6 → v0.13.1](astral-sh/ruff-pre-commit@v0.11.6...v0.13.1) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent 0339b6b commit 7dacfba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: '25.1.0'
3+
rev: '25.9.0'
44
hooks:
55
- id: black
66
# It is recommended to specify the latest version of Python
@@ -10,13 +10,13 @@ repos:
1010
language_version: python3.9
1111

1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: 'v0.11.6'
13+
rev: 'v0.13.1'
1414
hooks:
1515
- id: ruff
1616
args: [--fix]
1717

1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v5.0.0
19+
rev: v6.0.0
2020
hooks:
2121
- id: end-of-file-fixer
2222
- id: trailing-whitespace

0 commit comments

Comments
 (0)