Skip to content

Commit 2fa2acb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.3.0](pre-commit/pre-commit-hooks@v4.0.1...v4.3.0) - [github.com/pre-commit/mirrors-prettier: v2.4.1 → v3.0.0-alpha.0](pre-commit/mirrors-prettier@v2.4.1...v3.0.0-alpha.0) - [github.com/psf/black: 21.9b0 → 22.8.0](psf/black@21.9b0...22.8.0) - [github.com/pycqa/isort: 5.9.3 → 5.10.1](PyCQA/isort@5.9.3...5.10.1) - [github.com/pycqa/flake8: 3.9.2 → 5.0.4](PyCQA/flake8@3.9.2...5.0.4) - [github.com/adrienverge/yamllint.git: v1.26.3 → v1.28.0](https://github.com/adrienverge/yamllint.git/compare/v1.26.3...v1.28.0) - [github.com/pre-commit/mirrors-mypy: v0.910 → v0.981](pre-commit/mirrors-mypy@v0.910...v0.981)
1 parent 9b18b0b commit 2fa2acb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.0.1
3+
rev: v4.3.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-merge-conflict
@@ -11,31 +11,31 @@ repos:
1111
- id: trailing-whitespace
1212

1313
- repo: https://github.com/pre-commit/mirrors-prettier
14-
rev: v2.4.1
14+
rev: v3.0.0-alpha.0
1515
hooks:
1616
- id: prettier
1717

1818
- repo: https://github.com/psf/black
19-
rev: 21.9b0
19+
rev: 22.8.0
2020
hooks:
2121
- id: black
2222

2323
- repo: https://github.com/pycqa/isort
24-
rev: 5.9.3
24+
rev: 5.10.1
2525
hooks:
2626
- id: isort
2727

2828
- repo: https://github.com/pycqa/flake8
29-
rev: 3.9.2
29+
rev: 5.0.4
3030
hooks:
3131
- id: flake8
3232

3333
- repo: https://github.com/adrienverge/yamllint.git
34-
rev: v1.26.3
34+
rev: v1.28.0
3535
hooks:
3636
- id: yamllint
3737

3838
- repo: https://github.com/pre-commit/mirrors-mypy
39-
rev: v0.910
39+
rev: v0.981
4040
hooks:
4141
- id: mypy

0 commit comments

Comments
 (0)