We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c81f8 commit 8af6766Copy full SHA for 8af6766
1 file changed
.pre-commit-config.yaml
@@ -1,12 +1,13 @@
1
exclude: protobuf/
2
repos:
3
- repo: https://github.com/ambv/black
4
- rev: stable
+ rev: 22.3.0
5
hooks:
6
- id: black
7
- - repo: https://github.com/pre-commit/pre-commit-hooks
8
- rev: v1.2.3
+
+ - repo: https://github.com/PyCQA/flake8
9
+ rev: 4.0.1
10
11
- id: flake8
12
args:
- - --ignore=E501,W5
13
+ - --ignore=E501,W5
0 commit comments