Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1311)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black-pre-commit-mirror: 24.1.1 → 24.2.0](psf/black-pre-commit-mirror@24.1.1...24.2.0)
- [github.com/adrienverge/yamllint: v1.34.0 → v1.35.1](adrienverge/yamllint@v1.34.0...v1.35.1)
- [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Feb 19, 2024
1 parent 273a4ef commit 98b5225
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 @@ -8,7 +8,7 @@ repos:
- "-x *test*.py"

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black
language_version: python3.8
Expand Down Expand Up @@ -40,14 +40,14 @@ repos:
- id: detect-private-key

- repo: https://github.com/adrienverge/yamllint
rev: v1.34.0
rev: v1.35.1
hooks:
- id: yamllint
args:
- "--strict"

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.1
hooks:
- id: pyupgrade
args: [--py38-plus]

0 comments on commit 98b5225

Please sign in to comment.