Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/adrienverge/yamllint: v1.33.0 → v1.34.0](adrienverge/yamllint@v1.33.0...v1.34.0)
- [github.com/psf/black: 23.12.1 → 24.2.0](psf/black@23.12.1...24.2.0)
  • Loading branch information
pre-commit-ci[bot] authored Feb 12, 2024
1 parent b9c6cfa commit db7fce2
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 @@ -53,7 +53,7 @@ repos:
- id: prettier
args: [--config, .meta/prettierrc.yml]
- repo: https://github.com/adrienverge/yamllint
rev: "v1.33.0"
rev: "v1.34.0"
hooks:
- id: yamllint
args: [-c, .meta/yamllint.yaml]
Expand Down Expand Up @@ -100,7 +100,7 @@ repos:
- id: mypy
args: [--config-file, .meta/mypy.ini]
- repo: https://github.com/psf/black
rev: "23.12.1"
rev: "24.2.0"
hooks:
- id: black
language_version: python38
Expand Down

0 comments on commit db7fce2

Please sign in to comment.