Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit a0e8ee6

Browse files
authored
Merge pull request #67 from dustinmiller1337/pin-black-version
Pin black to version 19.3b0
2 parents e673faa + fd6acfe commit a0e8ee6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pipeline:
1010
fmt_and_lint:
1111
image: python:3.6-alpine
1212
commands:
13-
- pip install black pylama
13+
- pip install black==19.3b0 pylama
1414
- black --check --diff .
1515
- pylama packet test setup.py
1616

0 commit comments

Comments
 (0)