Skip to content

Commit

Permalink
Merge pull request #3 from clebergnu/check_style
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Richter <[email protected]>
  • Loading branch information
richtja authored Feb 6, 2024
2 parents 9aab466 + 6fccbbc commit 1484a86
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions check-style
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh -e

TOOL_CMD=black
PATH=$(basename $0)/utils:$PATH
TOOL_PATH=$(which $TOOL_CMD)

echo "** Running $TOOL_CMD ($TOOL_PATH)..."
$TOOL_PATH --check --diff --color .
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
isort==5.10.1
black==22.3.0

0 comments on commit 1484a86

Please sign in to comment.