Skip to content

Commit 3819970

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/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/asottile/pyupgrade: v3.16.0 → v3.19.1](asottile/pyupgrade@v3.16.0...v3.19.1) - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0)
1 parent 3a98148 commit 3819970

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.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict
@@ -10,20 +10,20 @@ repos:
1010
- id: trailing-whitespace
1111

1212
- repo: https://github.com/pycqa/isort
13-
rev: 5.13.2
13+
rev: 6.0.1
1414
hooks:
1515
- id: isort
1616
name: isort (python)
1717
args:
1818
- "--filter-files"
1919

2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.16.0
21+
rev: v3.19.1
2222
hooks:
2323
- id: pyupgrade
2424
args: ["--py39-plus"]
2525

2626
- repo: https://github.com/psf/black
27-
rev: 24.4.2
27+
rev: 25.1.0
2828
hooks:
2929
- id: black

0 commit comments

Comments
 (0)