Skip to content

Commit

Permalink
Add .pre-commit-config.yaml for black
Browse files Browse the repository at this point in the history
  • Loading branch information
kdestin committed Apr 4, 2023
1 parent 7f7a9e8 commit a62b2f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sdk/ml/azure-ai-ml/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
files: sdk/ml/
repos:
- repo: https://github.com/psf/black
rev: 22.3.0 # Needs to be updated whenever azure sdk team bumps
hooks:
- id: black
args: [--config=eng/black-pyproject.toml]

0 comments on commit a62b2f7

Please sign in to comment.