Skip to content

Commit 5885cbf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.13.0](pre-commit/mirrors-mypy@v1.2.0...v1.13.0)
1 parent 22f70f0 commit 5885cbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.4.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
@@ -10,12 +10,12 @@ repos:
1010
hooks:
1111
- id: blue
1212
- repo: https://github.com/pycqa/isort
13-
rev: 5.12.0
13+
rev: 5.13.2
1414
hooks:
1515
- id: isort
1616
args: ["--profile", "black", "--filter-files"]
1717
- repo: https://github.com/pre-commit/mirrors-mypy
18-
rev: v1.2.0
18+
rev: v1.13.0
1919
hooks:
2020
- id: mypy
2121
ci:

0 commit comments

Comments
 (0)