Skip to content

Commit

Permalink
Add pre-commit hooks file for com2ann tool (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
bityob authored Jul 13, 2023
1 parent 13a8042 commit 6fa4c02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,4 @@ ENV/

# Rope project settings
.ropeproject
.idea
6 changes: 6 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- id: com2ann
name: com2ann
entry: com2ann
language: python
types: [ file ]
files: .*\.(py|pyi|md|rst)

0 comments on commit 6fa4c02

Please sign in to comment.