Skip to content

Commit fb20ec3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.16.0 → v3.19.1](asottile/pyupgrade@v3.16.0...v3.19.1) - [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/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 f5e36ae commit fb20ec3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ ci:
33
exclude: '^tests/examples/.*\.html$'
44
repos:
55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v3.16.0
6+
rev: v3.19.1
77
hooks:
88
- id: pyupgrade
99
args: [--py37-plus]
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.6.0
11+
rev: v5.0.0
1212
hooks:
1313
- id: check-added-large-files
1414
- id: check-ast
@@ -32,13 +32,13 @@ repos:
3232
args: [--line-length=79, --transform-concats]
3333

3434
- repo: https://github.com/psf/black
35-
rev: 24.4.2
35+
rev: 25.1.0
3636
hooks:
3737
- id: black
3838
additional_dependencies: ['click==8.0.4']
3939

4040
- repo: https://github.com/PyCQA/isort
41-
rev: 5.13.2
41+
rev: 6.0.1
4242
hooks:
4343
- id: isort
4444
name: isort (python)

0 commit comments

Comments
 (0)