Skip to content

Commit

Permalink
build(ci): update CI workflow
Browse files Browse the repository at this point in the history
pass the `--check` option to `black`
  • Loading branch information
cesarcoatl committed Sep 11, 2021
1 parent a4e671c commit 0620230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python -m pip install black
- name: Formatting the code with black
run: |
black --line-length 79 --target-version py27 src
black --check --line-length 79 --target-version py27 src
- name: Analysing the code with pylint
run: |
pylint src

0 comments on commit 0620230

Please sign in to comment.