Skip to content

Commit bd4bc72

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.3](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v3.0.3) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
1 parent 2a9eda0 commit bd4bc72

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
@@ -11,7 +11,7 @@
1111
repos:
1212
# Autoformat: Python code
1313
- repo: https://github.com/psf/black
14-
rev: "23.3.0"
14+
rev: "23.7.0"
1515
hooks:
1616
- id: black
1717
args:
@@ -24,13 +24,13 @@ repos:
2424

2525
# Autoformat: markdown, yaml
2626
- repo: https://github.com/pre-commit/mirrors-prettier
27-
rev: v3.0.0-alpha.9-for-vscode
27+
rev: v3.0.3
2828
hooks:
2929
- id: prettier
3030

3131
# Lint: Python code
3232
- repo: https://github.com/PyCQA/flake8
33-
rev: "6.0.0"
33+
rev: "6.1.0"
3434
hooks:
3535
- id: flake8
3636

0 commit comments

Comments
 (0)