Skip to content

Commit eb8713b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/asottile/pyupgrade: v3.14.0 → v3.20.0](asottile/pyupgrade@v3.14.0...v3.20.0) - [github.com/psf/black: 23.9.1 → 25.1.0](psf/black@23.9.1...25.1.0) - [github.com/keewis/blackdoc: v0.3.8 → v0.4.1](keewis/blackdoc@v0.3.8...v0.4.1) - [github.com/astral-sh/ruff-pre-commit: v0.0.276 → v0.12.2](astral-sh/ruff-pre-commit@v0.0.276...v0.12.2) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v4.0.0-alpha.8)
1 parent 44a140c commit eb8713b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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: v5.0.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -15,30 +15,30 @@ repos:
1515
- id: mixed-line-ending
1616

1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.14.0
18+
rev: v3.20.0
1919
hooks:
2020
- id: pyupgrade
2121
args:
2222
- '--py38-plus'
2323

2424
- repo: https://github.com/psf/black
25-
rev: 23.9.1
25+
rev: 25.1.0
2626
hooks:
2727
- id: black
2828
- id: black-jupyter
2929

3030
- repo: https://github.com/keewis/blackdoc
31-
rev: v0.3.8
31+
rev: v0.4.1
3232
hooks:
3333
- id: blackdoc
3434

3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: 'v0.0.276'
36+
rev: 'v0.12.2'
3737
hooks:
3838
- id: ruff
3939
args: ['--fix']
4040

4141
- repo: https://github.com/pre-commit/mirrors-prettier
42-
rev: v3.0.0-alpha.9-for-vscode
42+
rev: v4.0.0-alpha.8
4343
hooks:
4444
- id: prettier

0 commit comments

Comments
 (0)