Skip to content

Commit 1c0a0e0

Browse files
committed
circleci: stricter black test
1 parent 350b1c4 commit 1c0a0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- run: apt update
1010
- run: apt install -y python3-pip
1111
- run: pip3 install -U black flake8
12-
- run: LC_ALL=C.UTF-8 black --check setup.py tikzplotlib/ test/*.py
12+
- run: LC_ALL=C.UTF-8 black --check .
1313
- run: flake8 setup.py tikzplotlib/ test/*.py
1414
build:
1515
working_directory: ~/work

0 commit comments

Comments
 (0)