Skip to content

Commit

Permalink
Add black style checking
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru committed Jan 28, 2024
1 parent 0029dc8 commit 0ff40d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ jobs:
- name: Run tests with coverage
run: pytest

- name: Check code style with black
run: black --check .

3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pydot
pytest
pytest-cov
numpy
numpy
black

0 comments on commit 0ff40d3

Please sign in to comment.