Skip to content

Commit 6df4751

Browse files
[pre-commit.ci] pre-commit autoupdate (#98)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 788acae commit 6df4751

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@ exclude: >
1111
repos:
1212

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.3.0
14+
rev: v4.4.0
1515
hooks:
1616
- id: check-json
1717
- id: check-yaml
1818
- id: end-of-file-fixer
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/pycqa/isort
22-
rev: 5.10.1
22+
rev: 5.11.4
2323
hooks:
2424
- id: isort
2525

2626
- repo: https://github.com/psf/black
27-
rev: 22.6.0
27+
rev: 22.12.0
2828
hooks:
2929
- id: black
3030

3131
- repo: https://github.com/PyCQA/flake8
32-
rev: 5.0.4
32+
rev: 6.0.0
3333
hooks:
3434
- id: flake8
3535
additional_dependencies: [flake8-bugbear~=22.7]
3636

3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v0.971
38+
rev: v0.991
3939
hooks:
4040
- id: mypy
4141
additional_dependencies: []

0 commit comments

Comments
 (0)