Skip to content

Commit 4d5590f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.11.5](astral-sh/ruff-pre-commit@v0.9.6...v0.11.5) - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1)
1 parent d52b83c commit 4d5590f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
# - id: double-quote-string-fixer # for single quotes: uncomment and add black config “skip-string-normalization”
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.9.6
9+
rev: v0.11.5
1010
hooks:
1111
- id: ruff
1212
args: [ --fix ]
1313
- id: ruff-format
1414
- repo: https://github.com/psf/black
15-
rev: 24.4.2
15+
rev: 25.1.0
1616
hooks:
1717
- id: black
1818
- repo: https://github.com/pycqa/isort
19-
rev: 5.13.2
19+
rev: 6.0.1
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/csachs/pyproject-flake8

0 commit comments

Comments
 (0)