Skip to content

Commit 8f8c6fa

Browse files
committed
Update pre-commit
1 parent c89cebb commit 8f8c6fa

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.5.0
44
hooks:
55
- id: check-toml
66
- id: check-yaml
@@ -9,7 +9,7 @@ repos:
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
1111
- repo: https://github.com/psf/black
12-
rev: 23.1.0
12+
rev: 24.3.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.12.0
21+
rev: 5.13.2
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.0.275
27+
rev: v0.3.3
2828
hooks:
2929
- id: ruff

0 commit comments

Comments
 (0)