Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 58a8317

Browse files
committed
Update precommit config to python 3.8 plus
1 parent bba13c1 commit 58a8317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repos:
4646
entry: pyupgrade
4747
language: system
4848
types: [python]
49-
args: [--py37-plus]
49+
args: [--py38-plus]
5050
- id: trailing-whitespace
5151
name: Trim Trailing Whitespace
5252
entry: trailing-whitespace-fixer

0 commit comments

Comments
 (0)