Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Oct 13, 2024
1 parent 4df4281 commit ca2db91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repos:
hooks:
- id: pyupgrade
args:
- --py38-plus
- --py39-plus
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.5.0
hooks:
Expand All @@ -46,7 +46,7 @@ repos:
additional_dependencies:
- pyupgrade
args:
- --py38-plus
- --py39-plus
- repo: https://github.com/mgedmin/check-manifest
rev: '0.49'
hooks:
Expand Down

0 comments on commit ca2db91

Please sign in to comment.