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

Commit

Permalink
drop black as it creates issues with pipenv locking
Browse files Browse the repository at this point in the history
  • Loading branch information
David Huser committed Oct 19, 2020
1 parent a425180 commit 95075f7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ repos:
- repo: local
hooks:

- id: black
name: black
stages: [commit]
language: system
entry: pipenv run black
types: [python]

- id: flake8
name: flake8
stages: [commit]
Expand Down
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ pytest-cov = "*"
pytest-rerunfailures = "*"
responses = "*"
mypy = "*"
black = "==20.8b1"
flake8 = "*"
pre-commit = "*"

Expand Down
3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -545,9 +545,6 @@ Feedback welcome!
# install pre-commit hooks
pipenv run pre-commit install
# run auto-formatter
pipenv run black dhis2
# run type annotation check
pipenv run mypy dhis2
Expand Down

0 comments on commit 95075f7

Please sign in to comment.