Skip to content

Commit 3c8677f

Browse files
committed
move black command to style tests
1 parent 1374ca0 commit 3c8677f

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/development.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ jobs:
3232
python -m pip install --upgrade pip
3333
pip install flake8 black
3434
- name: Run syntax tests
35-
run: |
36-
flake8 datajoint --count --select=E9,F63,F7,F82 --show-source --statistics
37-
black datajoint --check -v
35+
run: flake8 datajoint --count --select=E9,F63,F7,F82 --show-source --statistics
3836
- name: Run primary tests
3937
env:
4038
UID: "1001"
@@ -51,3 +49,4 @@ jobs:
5149
run: |
5250
flake8 --ignore=E121,E123,E126,E226,E24,E704,W503,W504,E722,F401,W605 datajoint \
5351
--count --max-complexity=62 --max-line-length=127 --statistics
52+
black datajoint --check -v

test_requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
nose
22
nose-cov
33
coveralls
4-
faker
5-
black
4+
faker

0 commit comments

Comments
 (0)