Skip to content

Commit

Permalink
Apply black to the ml package (#196)
Browse files Browse the repository at this point in the history
* Apply black to ml package.
* Increase line length to 180 characters.
  • Loading branch information
yakutovicha authored Sep 27, 2023
1 parent ca16cfc commit 4e04d47
Show file tree
Hide file tree
Showing 5 changed files with 721 additions and 487 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ repos:
rev: 23.3.0
hooks:
- id: black
args: [--line-length, '180']
language_version: python3
# - repo: https://github.com/PyCQA/flake8
# rev: 6.0.0
Expand Down
Loading

0 comments on commit 4e04d47

Please sign in to comment.