Skip to content

Commit

Permalink
Automated pre-commit hook update (#297)
Browse files Browse the repository at this point in the history
Co-authored-by: MatthewMiddlehurst <[email protected]>
  • Loading branch information
1 parent 75dfaba commit 2c61e08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repos:
args: [ "--fix"]

- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.18.0
hooks:
- id: pyupgrade
args: [ "--py39-plus" ]
Expand All @@ -56,7 +56,7 @@ repos:
args: [ "--max-line-length=88", "--extend-ignore=E203" ]

- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
language_version: python3
Expand All @@ -76,7 +76,7 @@ repos:
args: [ "--nbqa-dont-skip-bad-cells", "--extend-ignore=E402,E203", "--max-line-length=88" ]

- repo: https://github.com/mgedmin/check-manifest
rev: "0.49"
rev: "0.50"
hooks:
- id: check-manifest
stages: [ manual ]

0 comments on commit 2c61e08

Please sign in to comment.