Skip to content

Commit

Permalink
.pre-commit-config.yaml: remove black
Browse files Browse the repository at this point in the history
As far as I know `pre-commit` does not have a switch to skip/exclude a "hook",
and it should not cause CI to fail - flake8 is enough for this.

Ref: pytest-dev#6877
  • Loading branch information
blueyed committed Mar 8, 2020
1 parent c4272fd commit 97dcee3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
@@ -1,9 +1,4 @@
repos:
- repo: https://github.com/psf/black
rev: 19.10b0
hooks:
- id: black
args: [--safe, --quiet]
- repo: https://github.com/asottile/blacken-docs
rev: v1.0.0
hooks:
Expand Down

0 comments on commit 97dcee3

Please sign in to comment.