Skip to content

Commit

Permalink
pyupgrade: 3.8+ (#1912)
Browse files Browse the repository at this point in the history
(cherry picked from commit e1fd252)
  • Loading branch information
Borda committed Jul 13, 2023
1 parent 39361f3 commit a07544a
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 @@ -41,7 +41,7 @@ repos:
rev: v3.8.0
hooks:
- id: pyupgrade
args: [--py36-plus]
args: [--py38-plus]
name: Upgrade code

# - repo: https://github.com/PyCQA/docformatter
Expand Down

0 comments on commit a07544a

Please sign in to comment.