Skip to content

Commit

Permalink
Autoupdate pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Oct 15, 2024
1 parent 30376a2 commit 6a71d73
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 @@ -18,7 +18,7 @@ repos:
args: ['--fix=auto'] # replace 'auto' with 'lf' to enforce Linux/Mac line endings or 'crlf' for Windows

- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.18.0
hooks:
- id: pyupgrade
args: ['--py38-plus']
Expand All @@ -39,7 +39,7 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: stable
rev: 24.10.0
hooks:
- id: black
language_version: python3
Expand Down

0 comments on commit 6a71d73

Please sign in to comment.