Skip to content

Commit c184de3

Browse files
authored
Revert pre-commit update (#82)
* Revert pre-commit update pre-commit-hooks 4.2.0 dropped py3.6 support * Update black and mypy
1 parent b6859e5 commit c184de3

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.2.0
3+
rev: v4.0.1
44
hooks:
55
- id: check-case-conflict
66
- id: check-executables-have-shebangs
@@ -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.950
15+
rev: v0.910
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: 22.3.0
20+
rev: 21.6b0
2121
hooks:
2222
- id: black
2323
language_version: python3

0 commit comments

Comments
 (0)