Skip to content

Commit ba0b8fc

Browse files
[pre-commit.ci] pre-commit autoupdate (ProjectPythia#450)
updates: - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/nbQA-dev/nbQA: 1.8.5 → 1.8.7](nbQA-dev/nbQA@1.8.5...1.8.7) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 46eb5ae commit ba0b8fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: double-quote-string-fixer
1111

1212
- repo: https://github.com/psf/black
13-
rev: 24.4.2
13+
rev: 24.8.0
1414
hooks:
1515
- id: black
1616

@@ -20,7 +20,7 @@ repos:
2020
- id: blackdoc
2121

2222
- repo: https://github.com/PyCQA/flake8
23-
rev: 7.1.0
23+
rev: 7.1.1
2424
hooks:
2525
- id: flake8
2626

@@ -30,7 +30,7 @@ repos:
3030
- id: isort
3131

3232
- repo: https://github.com/nbQA-dev/nbQA
33-
rev: 1.8.5
33+
rev: 1.8.7
3434
hooks:
3535
- id: nbqa-black
3636
- id: nbqa-pyupgrade

0 commit comments

Comments
 (0)