We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350b1c4 commit 1c0a0e0Copy full SHA for 1c0a0e0
.circleci/config.yml
@@ -9,7 +9,7 @@ jobs:
9
- run: apt update
10
- run: apt install -y python3-pip
11
- run: pip3 install -U black flake8
12
- - run: LC_ALL=C.UTF-8 black --check setup.py tikzplotlib/ test/*.py
+ - run: LC_ALL=C.UTF-8 black --check .
13
- run: flake8 setup.py tikzplotlib/ test/*.py
14
build:
15
working_directory: ~/work
0 commit comments