Skip to content

Commit

Permalink
added pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
agennadi committed Oct 28, 2024
1 parent 3e8589d commit 4559608
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
repos:
- repo: https://github.com/psf/black
rev: 23.3.0 # use the latest version from PyPI
hooks:
- id: black

0 comments on commit 4559608

Please sign in to comment.