Skip to content

Commit 8af6766

Browse files
committed
Update pre-commit hooks, freeze version
1 parent a0c81f8 commit 8af6766

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,12 +1,13 @@
11
exclude: protobuf/
22
repos:
33
- repo: https://github.com/ambv/black
4-
rev: stable
4+
rev: 22.3.0
55
hooks:
66
- id: black
7-
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v1.2.3
7+
8+
- repo: https://github.com/PyCQA/flake8
9+
rev: 4.0.1
910
hooks:
1011
- id: flake8
1112
args:
12-
- --ignore=E501,W5
13+
- --ignore=E501,W5

0 commit comments

Comments
 (0)