Skip to content

Commit

Permalink
pre-commit configs added
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxpy committed Mar 2, 2024
1 parent d6d48f1 commit acab314
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
hooks:
- id: check-docstring-first

- repo: https://github.com/ambv/black
rev: 24.2.0 # Use the latest stable version of Black
hooks:
- id: black
language_version: python3

0 comments on commit acab314

Please sign in to comment.