Skip to content

Commit 836df9f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.2 → v3.17.0](asottile/pyupgrade@v3.15.2...v3.17.0) - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1)
1 parent 7c424ac commit 836df9f

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
@@ -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.17.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: 24.8.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)