Skip to content

Commit

Permalink
Test to see if Black is failing
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyfeldroy committed Nov 4, 2021
1 parent 81f0195 commit 5987775
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
repos:
# - repo: https://github.com/PyCQA/doc8
# rev: 0.8.1
# hooks:
# - id: doc8
# name: doc8
# description: This hook runs doc8 for linting docs.
# entry: python -m doc8
# language: python
# files: \.rst$
# require_serial: true
- repo: https://github.com/psf/black.git
rev: 21.9b0
- repo: https://github.com/PyCQA/doc8
rev: 0.8.1
hooks:
- id: black
language_version: python3
exclude: ^(tests\/hooks-abort-render\/hooks|docs\/HelloCookieCutter1)
- id: doc8
name: doc8
description: This hook runs doc8 for linting docs.
entry: python -m doc8
language: python
files: \.rst$
require_serial: true
# - repo: https://github.com/psf/black.git
# rev: 21.9b0
# 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 5987775

Please sign in to comment.