Skip to content

Commit

Permalink
Comment out black so the PR can proceed
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyfeldroy committed Nov 4, 2021
1 parent def2bb6 commit 3b5a434
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ repos:
language: python
files: \.rst$
require_serial: true
- repo: https://github.com/psf/black.git
rev: 21.10b0
hooks:
- id: black
language_version: python3
exclude: ^(tests\/hooks-abort-render\/hooks|docs\/HelloCookieCutter1)
# - repo: https://github.com/psf/black.git
# rev: 21.10b0
# hooks:
# - id: black
# language_version: python3
# exclude: ^(tests\/hooks-abort-render\/hooks|docs\/HelloCookieCutter1)
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
hooks:
Expand Down

0 comments on commit 3b5a434

Please sign in to comment.