Skip to content

Commit b8f18b7

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/asottile/pyupgrade: v3.15.2 → v3.20.0](asottile/pyupgrade@v3.15.2...v3.20.0) - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.2.0](PyCQA/flake8@7.0.0...7.2.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1)
1 parent 7c424ac commit b8f18b7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v5.0.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -15,14 +15,14 @@ repos:
1515
- id: mixed-line-ending
1616

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

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

@@ -32,12 +32,12 @@ repos:
3232
- id: blackdoc
3333

3434
- repo: https://github.com/PyCQA/flake8
35-
rev: 7.0.0
35+
rev: 7.2.0
3636
hooks:
3737
- id: flake8
3838

3939
- repo: https://github.com/PyCQA/isort
40-
rev: 5.13.2
40+
rev: 6.0.1
4141
hooks:
4242
- id: isort
4343

0 commit comments

Comments
 (0)