Skip to content

Commit

Permalink
Bump pre-commit repos (Black 24.2.0, yamllint 1.34.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWillitts committed Feb 13, 2024
1 parent 7526b73 commit 5474092
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 @@ -10,7 +10,7 @@ repos:
- "-x *test*.py"

- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black
language_version: python3.10
Expand Down Expand Up @@ -47,7 +47,7 @@ repos:
- id: rstcheck

- repo: https://github.com/adrienverge/yamllint
rev: v1.33.0
rev: v1.34.0
hooks:
- id: yamllint
args:
Expand Down

0 comments on commit 5474092

Please sign in to comment.