Skip to content

Commit

Permalink
chore: Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrelg committed Feb 21, 2024
1 parent 0bb1909 commit f006bda
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.2.0
hooks:
- id: black

Expand Down Expand Up @@ -40,13 +40,13 @@ repos:
]

- repo: https://github.com/sirosen/check-jsonschema
rev: 0.27.3
rev: 0.28.0
hooks:
- id: check-github-actions
- id: check-github-workflows

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.1
hooks:
- id: pyupgrade
args: [ "--py36-plus", "--py37-plus" ]
Expand Down

0 comments on commit f006bda

Please sign in to comment.