Skip to content

Commit b6b92e3

Browse files
committed
Update black and mypy
1 parent 406c086 commit b6b92e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ repos:
1212
- id: check-jenkins-pipelines
1313
- id: check-jjbb
1414
- repo: https://github.com/pre-commit/mirrors-mypy
15-
rev: v0.910
15+
rev: v0.950
1616
hooks:
1717
- id: mypy
1818
args: [--strict, --show-error-codes, --no-warn-unused-ignores, --implicit-reexport]
1919
- repo: https://github.com/ambv/black
20-
rev: 21.6b0
20+
rev: 22.3.0
2121
hooks:
2222
- id: black
2323
language_version: python3

0 commit comments

Comments
 (0)