Skip to content

Commit 9c74191

Browse files
[pre-commit.ci] pre-commit autoupdate (#40)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1ba7133 commit 9c74191

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ repos:
2121
- id: mixed-line-ending
2222

2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.15.0
24+
rev: v3.15.2
2525
hooks:
2626
- id: pyupgrade
2727
args:
2828
- "--py38-plus"
2929

3030
- repo: https://github.com/psf/black
31-
rev: 23.12.1
31+
rev: 24.3.0
3232
hooks:
3333
- id: black
3434
- id: black-jupyter
@@ -39,7 +39,7 @@ repos:
3939
- id: blackdoc
4040

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

0 commit comments

Comments
 (0)