Skip to content

Commit

Permalink
Updated hook versions + worked around 3.12-unfriendliness of beautysh
Browse files Browse the repository at this point in the history
  • Loading branch information
reinout committed Mar 8, 2024
1 parent 499445e commit de44310
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml

- repo: https://github.com/bemeurer/beautysh
rev: 5.0.2
- repo: https://github.com/lovesegfault/beautysh
rev: v6.2.1
hooks:
- id: beautysh
language_version: "3.11"

- repo: https://github.com/psf/black
rev: 19.3b0
rev: 24.2.0
hooks:
- id: black

0 comments on commit de44310

Please sign in to comment.