Skip to content

Commit

Permalink
🔨 added automatic syntax-upgrade hook ~ pyupgrade (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
janas-adam authored Oct 22, 2024
1 parent 5a21d9e commit 9d4800f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,11 @@ repos:
types: [python]
language: system
pass_filenames: false

- repo: https://github.com/asottile/pyupgrade
rev: v3.18.0
hooks:
- id: pyupgrade
args:
- --py3-plus
- --keep-runtime-typing

0 comments on commit 9d4800f

Please sign in to comment.