Skip to content

Commit 57cb69c

Browse files
[pre-commit.ci] pre-commit autoupdate (#98)
updates: - [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...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) - [github.com/pre-commit/mirrors-mypy: v0.961 → v0.981](pre-commit/mirrors-mypy@v0.961...v0.981) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f13b125 commit 57cb69c

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
@@ -15,13 +15,13 @@ repos:
1515
- id: double-quote-string-fixer
1616

1717
- repo: https://github.com/psf/black
18-
rev: 22.6.0
18+
rev: 22.8.0
1919
hooks:
2020
- id: black
2121
args: ["--line-length", "80", "--skip-string-normalization"]
2222

2323
- repo: https://github.com/PyCQA/flake8
24-
rev: 4.0.1
24+
rev: 5.0.4
2525
hooks:
2626
- id: flake8
2727
- repo: https://github.com/asottile/seed-isort-config
@@ -34,12 +34,12 @@ repos:
3434
- id: isort
3535

3636
- repo: https://github.com/pre-commit/mirrors-prettier
37-
rev: v2.7.1
37+
rev: v3.0.0-alpha.0
3838
hooks:
3939
- id: prettier
4040

4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: v0.961
42+
rev: v0.981
4343
hooks:
4444
- id: mypy
4545
additional_dependencies: [

0 commit comments

Comments
 (0)