Skip to content

Commit 218856c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v3.2.0 → v4.5.0](pre-commit/pre-commit-hooks@v3.2.0...v4.5.0) - https://github.com/timothycrosley/isorthttps://github.com/PyCQA/isort - [github.com/PyCQA/isort: 5.5.2 → 5.13.2](PyCQA/isort@5.5.2...5.13.2) - [github.com/psf/black: 20.8b1 → 24.3.0](psf/black@20.8b1...24.3.0) - [github.com/pre-commit/mirrors-mypy: v0.720 → v1.9.0](pre-commit/mirrors-mypy@v0.720...v1.9.0)
1 parent 61e72ca commit 218856c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.2.0
3+
rev: v4.5.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- id: requirements-txt-fixer
9-
- repo: https://github.com/timothycrosley/isort
10-
rev: 5.5.2
9+
- repo: https://github.com/PyCQA/isort
10+
rev: 5.13.2
1111
hooks:
1212
- id: isort
1313
args: ["--profile", "black"]
1414
- repo: https://github.com/psf/black
15-
rev: 20.8b1
15+
rev: 24.3.0
1616
hooks:
1717
- id: black
1818
- repo: https://github.com/pre-commit/mirrors-mypy
19-
rev: 'v0.720'
19+
rev: 'v1.9.0'
2020
hooks:
2121
- id: mypy
2222
args: [--ignore-missing-imports, --disallow-untyped-defs]

0 commit comments

Comments
 (0)