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

Commit 3f1a1d2

Browse files
author
David Huser
authored
Merge pull request #20 from davidhuser/dev
drop `black` from dev-packages
2 parents 27be253 + 96904bf commit 3f1a1d2

File tree

5 files changed

+5
-12
lines changed

5 files changed

+5
-12
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@ repos:
22
- repo: local
33
hooks:
44

5-
- id: black
6-
name: black
7-
stages: [commit]
8-
language: system
9-
entry: pipenv run black
10-
types: [python]
11-
125
- id: flake8
136
name: flake8
147
stages: [commit]

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
CHANGELOG
33
=========
44

5+
2.1.1
6+
-----
7+
- Maintenance release: drop `black` from dev-packages
8+
59
2.1.0
610
-----
711
- Drop Python 2.7 and 3.5 support, Python 3.6+ is required

Pipfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ pytest-cov = "*"
99
pytest-rerunfailures = "*"
1010
responses = "*"
1111
mypy = "*"
12-
black = "==20.8b1"
1312
flake8 = "*"
1413
pre-commit = "*"
1514

README.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -545,9 +545,6 @@ Feedback welcome!
545545
# install pre-commit hooks
546546
pipenv run pre-commit install
547547
548-
# run auto-formatter
549-
pipenv run black dhis2
550-
551548
# run type annotation check
552549
pipenv run mypy dhis2
553550

dhis2/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = "dhis2.py"
22
__description__ = "Python wrapper for DHIS2"
33
__url__ = "https://github.com/davidhuser/dhis2.py"
4-
__version__ = "2.1.0"
4+
__version__ = "2.1.1"
55
__author__ = "David Huser"
66
__author_email__ = "[email protected]"
77
__license__ = "MIT"

0 commit comments

Comments
 (0)