Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
- ready_for_review

jobs:
black-check:
Comment thread
kushalkolar marked this conversation as resolved.
Outdated
- name: Black Code Formatter
- uses: lgeiger/black-action@v1.0.1

docs-build:
name: Docs
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,7 @@ dmypy.json
# Pycharm
.idea/

# vs code
.vscode/

examples/desktop/diffs/*.png
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"tests": [
"pytest<8.0.0",
"nbmake",
"black",
"scipy",
"imageio[pyav]",
"jupyterlab",
Expand Down