Skip to content

Commit c7f3112

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.1.0...v6.0.0) - [github.com/PyCQA/isort: 5.10.1 → 7.0.0](PyCQA/isort@5.10.1...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.3.0 → 25.12.0](psf/black-pre-commit-mirror@22.3.0...25.12.0) - [github.com/nbQA-dev/nbQA: 1.3.1 → 1.9.1](nbQA-dev/nbQA@1.3.1...1.9.1) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.3.0 → v2.15.0](macisamuele/language-formatters-pre-commit-hooks@v2.3.0...v2.15.0)
1 parent 9abcb8e commit c7f3112

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55
repos:
66

77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.1.0
8+
rev: v6.0.0
99
hooks:
1010
- id: check-ast
1111
- id: trailing-whitespace
@@ -19,7 +19,7 @@ repos:
1919
- id: check-yaml
2020

2121
- repo: https://github.com/PyCQA/isort
22-
rev: 5.10.1
22+
rev: 7.0.0
2323
hooks:
2424
- id: isort
2525
name: isort
@@ -29,13 +29,13 @@ repos:
2929
types:
3030
- python
3131

32-
- repo: https://github.com/psf/black
33-
rev: 22.3.0
32+
- repo: https://github.com/psf/black-pre-commit-mirror
33+
rev: 25.12.0
3434
hooks:
3535
- id: black
3636

3737
- repo: https://github.com/nbQA-dev/nbQA
38-
rev: 1.3.1
38+
rev: 1.9.1
3939
hooks:
4040
- id: nbqa-black
4141
additional_dependencies:
@@ -49,7 +49,7 @@ repos:
4949
- --nbqa-mutate
5050

5151
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
52-
rev: v2.3.0
52+
rev: v2.15.0
5353
hooks:
5454
- id: pretty-format-ini
5555
args: [--autofix]

0 commit comments

Comments
 (0)