Skip to content

Commit

Permalink
Added black to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
pchakraborty committed May 7, 2024
1 parent a962e29 commit 5f8f152
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-formatter.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: mepo - unit testing and linting
name: Run formatter

on: [push]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-linter.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: mepo - unit testing and linting
name: Run linter

on: [push]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: mepo - unit testing and linting
name: Run tests

on: [push]

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ pylint
build
twine
pyinstaller
black

0 comments on commit 5f8f152

Please sign in to comment.