Skip to content

Commit

Permalink
📝 Adds lint (black)
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftriplett committed Jul 19, 2022
1 parent 014eb6c commit 43d9de8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@_default:
just --list

@lint:
black .

@update:
pip install -U -r requirements.in

0 comments on commit 43d9de8

Please sign in to comment.