Skip to content

Commit

Permalink
downgrade pyupgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
hofbi committed Sep 4, 2024
1 parent 76273c8 commit eb594a8
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 @@ -61,7 +61,7 @@ repos:
- id: pylint
exclude: (?x)( telecarla_depth_rgb | telecarla_lidar )
- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.16.0 # Last version supporting Python 3.8
hooks:
- id: pyupgrade
args: [--py38-plus, --keep-runtime-typing]
Expand Down

0 comments on commit eb594a8

Please sign in to comment.