Skip to content

Commit

Permalink
Create .pre-commit-hooks.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
francescorubbo authored Oct 6, 2024
1 parent 3fa0cee commit d9cef2f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- id: deptry
name: deptry
description: deptry is a command line tool to check for issues with dependencies in a Python project, such as unused or missing dependencies.
entry: deptry .
language: python
always_run: true
pass_filenames: false
minimum_pre_commit_version: "2.9.2"

0 comments on commit d9cef2f

Please sign in to comment.