Skip to content

Commit 7c66e94

Browse files
committed
Update versions of pre-commit, isort and mypy types
1 parent fcdce94 commit 7c66e94

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
@@ -6,21 +6,21 @@ repos:
66
name: "Python: analysis"
77

88
- repo: "https://github.com/pre-commit/mirrors-mypy"
9-
rev: "v0.991"
9+
rev: "v1.0.0"
1010
hooks:
1111
- id: "mypy"
1212
name: "Python: types"
1313
additional_dependencies:
1414
- "types-all"
1515

1616
- repo: https://github.com/pycqa/isort
17-
rev: "5.10.1"
17+
rev: "5.12.0"
1818
hooks:
1919
- id: isort
2020
args: [ "--profile", "black"]
2121

2222
- repo: https://github.com/pre-commit/pre-commit-hooks
23-
rev: "v4.3.0"
23+
rev: "v4.4.0"
2424
hooks:
2525
- id: check-yaml
2626
args: [--unsafe]

0 commit comments

Comments
 (0)