Skip to content

Commit 41e97fc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [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.2](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v3.0.2)
1 parent a9794b7 commit 41e97fc

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
@@ -23,17 +23,17 @@ repos:
2323
- id: trailing-whitespace
2424

2525
- repo: https://github.com/PyCQA/flake8
26-
rev: 6.0.0
26+
rev: 6.1.0
2727
hooks:
2828
- id: flake8
2929

3030
- repo: https://github.com/psf/black
31-
rev: 23.3.0
31+
rev: 23.7.0
3232
hooks:
3333
- id: black
3434

3535
- repo: https://github.com/pre-commit/mirrors-prettier
36-
rev: v3.0.0-alpha.9-for-vscode
36+
rev: v3.0.2
3737
hooks:
3838
- id: prettier
3939
types_or: [scss, javascript]

0 commit comments

Comments
 (0)