Skip to content

Commit

Permalink
feat: add pre-commit hook for Hatch project manager
Browse files Browse the repository at this point in the history
  • Loading branch information
mikita-sakalouski committed Oct 1, 2024
1 parent 5352e44 commit 71cc472
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- id: hatch
name: hatch
description: "Hatch: Hatch is a modern, extensible Python project manager."
entry: hatch
language: python
minimum_pre_commit_version: 2.9.2
require_serial: true

0 comments on commit 71cc472

Please sign in to comment.