Skip to content

Commit a4ab2a1

Browse files
committed
Revert "SDK-977: Switch autoformatter from Black to YAPF"
This reverts commit 1ce8605.
1 parent fb13a63 commit a4ab2a1

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
repos:
2-
- repo: https://github.com/pre-commit/mirrors-yapf
3-
rev: master
1+
- repo: https://github.com/ambv/black
2+
rev: stable
43
hooks:
5-
- id: yapf
4+
- id: black
65
language_version: python3.6
76
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v2.2.3
7+
rev: v1.2.3
98
hooks:
109
- id: flake8
1110
args:

.style.yapf

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)