Skip to content

Commit 0442f57

Browse files
Boisselet Alexandre (IFAT DC ATV SC D TE2)Boisselet Alexandre (IFAT DC ATV SC D TE2)
Boisselet Alexandre (IFAT DC ATV SC D TE2)
authored and
Boisselet Alexandre (IFAT DC ATV SC D TE2)
committedJun 26, 2023
udpate pre-commit hooks for python 3.8+
1 parent ec2a90a commit 0442f57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ repos:
1515
rev: v3.10.0
1616
hooks:
1717
- id: reorder-python-imports
18-
args: [--py37-plus]
18+
args: [--py38-plus]
1919

2020
- repo: https://github.com/asottile/pyupgrade
2121
rev: v3.7.0
2222
hooks:
2323
- id: pyupgrade
24-
args: [--py37-plus]
24+
args: [--py38-plus]
2525

2626

2727
- repo: https://github.com/psf/black

0 commit comments

Comments
 (0)
Please sign in to comment.