Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#509)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 24.1.1 → 24.2.0](psf/black@24.1.1...24.2.0)
- [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1)
- [github.com/adrienverge/yamllint: v1.33.0 → v1.35.1](adrienverge/yamllint@v1.33.0...v1.35.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 Mar 5, 2024
1 parent 9208919 commit 6c11a67
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 @@ -38,11 +38,11 @@ repos:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/psf/black
rev: "24.1.1"
rev: "24.2.0"
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
rev: "v3.15.0"
rev: "v3.15.1"
hooks:
- id: pyupgrade
args: ["--py37-plus", "--keep-mock"]
Expand All @@ -61,6 +61,6 @@ repos:
- id: rst-linter
files: ^[^/]+[.]rst$
- repo: https://github.com/adrienverge/yamllint
rev: "v1.33.0"
rev: "v1.35.1"
hooks:
- id: yamllint

0 comments on commit 6c11a67

Please sign in to comment.