Skip to content

Commit f06b20a

Browse files
authored
Merge pull request #247 from PyCQA/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 8c75bf7 + 11e1fb5 commit f06b20a

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
@@ -18,7 +18,7 @@ repos:
1818
additional_dependencies: [flake8-2020]
1919

2020
- repo: https://github.com/pycqa/isort
21-
rev: 5.6.4
21+
rev: 5.7.0
2222
hooks:
2323
- id: isort
2424

@@ -28,15 +28,15 @@ repos:
2828
- id: python-check-blanket-noqa
2929

3030
- repo: https://github.com/pre-commit/pre-commit-hooks
31-
rev: v3.3.0
31+
rev: v3.4.0
3232
hooks:
3333
- id: check-merge-conflict
3434
- id: check-toml
3535
- id: check-yaml
3636
- id: mixed-line-ending
3737

3838
- repo: https://github.com/pre-commit/mirrors-prettier
39-
rev: v2.1.2
39+
rev: v2.2.1
4040
hooks:
4141
- id: prettier
4242
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)