Skip to content

Commit e6e6a91

Browse files
committed
chore: update pre-commit-config
1 parent 21f3429 commit e6e6a91

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.4.0
3+
rev: v4.4.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/pre-commit/mirrors-isort
9-
rev: v5.8.0 # must be >5.0.0 for black compatibility
9+
rev: v5.10.1 # must be >5.0.0 for black compatibility
1010
hooks:
1111
- id: isort
1212
args: ["--profile", "black", "."]
1313
- repo: https://github.com/ambv/black
14-
rev: 22.3.0
14+
rev: 23.7.0
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/pre-commit/mirrors-mypy
18-
rev: v0.812
18+
rev: v1.4.1
1919
hooks:
2020
- id: mypy
21+
additional_dependencies: [types-setuptools, types-requests, types-python-dateutil]
2122
verbose: true

0 commit comments

Comments
 (0)