Skip to content

Commit

Permalink
add black dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielAvdar committed Feb 12, 2024
1 parent c63d38d commit d090d96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ jobs:
pylint ./supervised --fail-under=6
- name: Black + pylint
run: |
pip install black
black ./supervised
pylint ./supervised --fail-under=6

0 comments on commit d090d96

Please sign in to comment.