Skip to content

Commit a234ce4

Browse files
authored
Merge pull request #174 from asottile/precommit_metadata
Add https://pre-commit.com metadata
2 parents 9886969 + c721752 commit a234ce4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-hooks.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- id: python-modernize
2+
name: python-modernize
3+
description: Modernizes Python code for eventual Python 3 migration.
4+
entry: python-modernize
5+
args: [--write, --fix=default, --nobackups]
6+
language: python
7+
types: [python]

0 commit comments

Comments
 (0)