Skip to content

Commit 2ddd7cd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/pycqa/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - [github.com/psf/black: 22.6.0 → 23.1.0](psf/black@22.6.0...23.1.0) - [github.com/PyCQA/flake8: 5.0.2 → 6.0.0](PyCQA/flake8@5.0.2...6.0.0) - [github.com/pre-commit/mirrors-mypy: v0.971 → v1.0.1](pre-commit/mirrors-mypy@v0.971...v1.0.1)
1 parent 4e83bb6 commit 2ddd7cd

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,30 +11,30 @@ 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.12.0
2323
hooks:
2424
- id: isort
2525

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

3131
- repo: https://github.com/PyCQA/flake8
32-
rev: 5.0.2
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: v1.0.1
3939
hooks:
4040
- id: mypy

0 commit comments

Comments
 (0)