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

Commit

Permalink
Add release tooling fixes: remove black pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiwalyajoshi committed Dec 17, 2021
1 parent 41b6ac4 commit 75c49b9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
repos:
- repo: https://github.com/ambv/black
rev: stable
hooks:
- id: black
args: [--diff]
language_version: python3
- id: black
name: black-format
language_version: python3
stages: [manual]
# - repo: https://github.com/ambv/black
# rev: stable
# hooks:
# - id: black
# args: [--diff]
# language_version: python3
# - id: black
# name: black-format
# language_version: python3
# stages: [manual]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.3.0
hooks:
Expand Down

0 comments on commit 75c49b9

Please sign in to comment.