Skip to content

Commit

Permalink
Create pre-commit.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BabyBoySnow committed Feb 11, 2024
1 parent d33cb6a commit 04df6a7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pre-commit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
repos:
- repo: https://github.com/ambv/black
rev: stable
hooks:
- id: black
language_version: python3.11
args: ["--line-length", "88", "--target-version", "py311"] # Keep line length consistent

0 comments on commit 04df6a7

Please sign in to comment.