Skip to content

Commit a8bcc16

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.20.0](asottile/pyupgrade@v3.3.1...v3.20.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.3.0 → 25.9.0](psf/black-pre-commit-mirror@23.3.0...25.9.0) - [github.com/keewis/blackdoc: v0.3.8 → v0.4.3](keewis/blackdoc@v0.3.8...v0.4.3) - [github.com/PyCQA/flake8: 6.0.0 → 7.3.0](PyCQA/flake8@6.0.0...7.3.0) - [github.com/PyCQA/isort: 5.12.0 → 6.1.0](PyCQA/isort@5.12.0...6.1.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v4.0.0-alpha.8)
1 parent 6c899ad commit a8bcc16

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.4.0
7+
rev: v6.0.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -16,34 +16,34 @@ repos:
1616
- id: mixed-line-ending
1717

1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.3.1
19+
rev: v3.20.0
2020
hooks:
2121
- id: pyupgrade
2222
args:
2323
- '--py38-plus'
2424

25-
- repo: https://github.com/psf/black
26-
rev: 23.3.0
25+
- repo: https://github.com/psf/black-pre-commit-mirror
26+
rev: 25.9.0
2727
hooks:
2828
- id: black
2929
- id: black-jupyter
3030

3131
- repo: https://github.com/keewis/blackdoc
32-
rev: v0.3.8
32+
rev: v0.4.3
3333
hooks:
3434
- id: blackdoc
3535

3636
- repo: https://github.com/PyCQA/flake8
37-
rev: 6.0.0
37+
rev: 7.3.0
3838
hooks:
3939
- id: flake8
4040

4141
- repo: https://github.com/PyCQA/isort
42-
rev: 5.12.0
42+
rev: 6.1.0
4343
hooks:
4444
- id: isort
4545

4646
- repo: https://github.com/pre-commit/mirrors-prettier
47-
rev: v3.0.0-alpha.6
47+
rev: v4.0.0-alpha.8
4848
hooks:
4949
- id: prettier

0 commit comments

Comments
 (0)