Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 33fa2fc

Browse files
committed
Add release tooling fixes: remove black pre-commit.
1 parent 49901ec commit 33fa2fc

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
2-
- repo: https://github.com/ambv/black
3-
rev: stable
4-
hooks:
5-
- id: black
6-
args: [--diff]
7-
language_version: python3
8-
- id: black
9-
name: black-format
10-
language_version: python3
11-
stages: [manual]
2+
# - repo: https://github.com/ambv/black
3+
# rev: stable
4+
# hooks:
5+
# - id: black
6+
# args: [--diff]
7+
# language_version: python3
8+
# - id: black
9+
# name: black-format
10+
# language_version: python3
11+
# stages: [manual]
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
1313
rev: v1.3.0
1414
hooks:

0 commit comments

Comments
 (0)