Skip to content

Commit 083ee0d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v3.0.3](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v3.0.3) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v3.0.3](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v3.0.3)
1 parent ee3643c commit 083ee0d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ repos:
1616
args: ['--autofix', '--indent=2', '--no-sort-keys']
1717

1818
- repo: https://github.com/psf/black
19-
rev: 23.3.0
19+
rev: 23.9.1
2020
hooks:
2121
- id: black
2222
args: ['--line-length', '100', '--skip-string-normalization']
2323

2424
- repo: https://github.com/PyCQA/flake8
25-
rev: 6.0.0
25+
rev: 6.1.0
2626
hooks:
2727
- id: flake8
2828

@@ -35,7 +35,7 @@ repos:
3535
hooks:
3636
- id: isort
3737
- repo: https://github.com/pre-commit/mirrors-prettier
38-
rev: 'v3.0.0-alpha.6'
38+
rev: 'v3.0.3'
3939
hooks:
4040
- id: prettier
4141
language_version: system
@@ -50,7 +50,7 @@ repos:
5050
|yaml|yml\
5151
)$"
5252
- repo: https://github.com/pre-commit/mirrors-prettier
53-
rev: 'v3.0.0-alpha.6'
53+
rev: 'v3.0.3'
5454
hooks:
5555
- id: prettier
5656
name: prettier-markdown

0 commit comments

Comments
 (0)