Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit aa897f9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0) - [github.com/keewis/blackdoc: v0.3.5 → v0.3.6](keewis/blackdoc@v0.3.5...v0.3.6) - [github.com/PyCQA/flake8: 5.0.2 → 5.0.4](PyCQA/flake8@5.0.2...5.0.4) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0-alpha.0](pre-commit/mirrors-prettier@v2.7.1...v3.0.0-alpha.0)
1 parent 2dad185 commit aa897f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ repos:
2222
- '--py38-plus'
2323

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

2929
- repo: https://github.com/keewis/blackdoc
30-
rev: v0.3.5
30+
rev: v0.3.6
3131
hooks:
3232
- id: blackdoc
3333

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

@@ -42,6 +42,6 @@ repos:
4242
- id: isort
4343

4444
- repo: https://github.com/pre-commit/mirrors-prettier
45-
rev: v2.7.1
45+
rev: v3.0.0-alpha.0
4646
hooks:
4747
- id: prettier

0 commit comments

Comments
 (0)