Skip to content

Commit c721752

Browse files
committed
1 parent 9886969 commit c721752

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)