Skip to content

Commit bda2227

Browse files
committed
Refresh pre-commit
1 parent e396580 commit bda2227

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
@@ -9,7 +9,7 @@ repos:
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
1111
- repo: https://github.com/psf/black
12-
rev: 24.10.0
12+
rev: 25.1.0
1313
hooks:
1414
- id: black
1515
# It is recommended to specify the latest version of Python
@@ -18,12 +18,12 @@ repos:
1818
# https://pre-commit.com/#top_level-default_language_version
1919
language_version: python3.11
2020
- repo: https://github.com/pycqa/isort
21-
rev: 5.13.2
21+
rev: 6.0.0
2222
hooks:
2323
- id: isort
2424
name: isort (python)
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
2626
# Ruff version.
27-
rev: v0.8.0
27+
rev: v0.9.4
2828
hooks:
2929
- id: ruff

0 commit comments

Comments
 (0)