Skip to content
This repository was archived by the owner on Jun 10, 2020. It is now read-only.

Commit 6f10637

Browse files
committed
Use black to autoformat numpy-stubs
1 parent bcb9914 commit 6f10637

File tree

4 files changed

+67
-147
lines changed

4 files changed

+67
-147
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ install:
1212

1313
script:
1414
- flake8
15+
- black --check numpy-stubs
1516
- py.test
1617

1718
cache:

0 commit comments

Comments
 (0)