Skip to content

Commit 791989c

Browse files
[pre-commit.ci] pre-commit autoupdate (#164)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 426a851 commit 791989c

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
@@ -10,13 +10,13 @@ repos:
1010
- id: double-quote-string-fixer
1111

1212
- repo: https://github.com/psf/black
13-
rev: 23.3.0
13+
rev: 23.7.0
1414
hooks:
1515
- id: black
1616
args: ["--line-length", "100", "--skip-string-normalization"]
1717

1818
- repo: https://github.com/PyCQA/flake8
19-
rev: 6.0.0
19+
rev: 6.1.0
2020
hooks:
2121
- id: flake8
2222
- repo: https://github.com/asottile/seed-isort-config
@@ -29,7 +29,7 @@ repos:
2929
- id: isort
3030

3131
- repo: https://github.com/pre-commit/mirrors-prettier
32-
rev: v3.0.0
32+
rev: v3.0.3
3333
hooks:
3434
- id: prettier
3535
language_version: system

0 commit comments

Comments
 (0)