Skip to content

Commit

Permalink
- exclude pyupgrade manually to avoid breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Aug 27, 2024
1 parent 36b2dae commit 55eadee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ repos:
hooks:
- id: autopep8
args: [--in-place, --aggressive, --aggressive]
- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
hooks:
- id: pyupgrade
args: [--py38-plus]
# - repo: https://github.com/asottile/pyupgrade
# rev: v3.17.0
# hooks:
# - id: pyupgrade
# args: [--py38-plus]
- repo: https://github.com/isidentical/teyit
rev: 0.4.3
hooks:
Expand Down

0 comments on commit 55eadee

Please sign in to comment.