Skip to content

Commit

Permalink
Update precommit config to python 3.8 plus
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd committed Nov 2, 2024
1 parent bba13c1 commit 58a8317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ repos:
entry: pyupgrade
language: system
types: [python]
args: [--py37-plus]
args: [--py38-plus]
- id: trailing-whitespace
name: Trim Trailing Whitespace
entry: trailing-whitespace-fixer
Expand Down

0 comments on commit 58a8317

Please sign in to comment.