Skip to content

Commit

Permalink
add pre-commit-config file
Browse files Browse the repository at this point in the history
  • Loading branch information
eyoung55 authored and brookeslawski committed Feb 20, 2024
1 parent 87887ab commit 3ce5872
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
repos:
- repo: https://github.com/psf/black
rev: 24.1.1
hooks:
- id: black
language_version: python3
types:
- python

0 comments on commit 3ce5872

Please sign in to comment.