Skip to content

Commit 639b6c6

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.19.1](asottile/pyupgrade@v3.15.2...v3.19.1) - [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1)
1 parent 7c424ac commit 639b6c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.19.1
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: 24.10.0
2626
hooks:
2727
- id: black-jupyter
2828

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

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

0 commit comments

Comments
 (0)