Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#98)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 →
v4.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0)
- [github.com/psf/black: 22.6.0 →
24.2.0](psf/black@22.6.0...24.2.0)
- [github.com/pre-commit/mirrors-mypy: v0.991 →
v1.8.0](pre-commit/mirrors-mypy@v0.991...v1.8.0)
<!--pre-commit.ci end-->

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 20, 2024
1 parent 2cd6105 commit 8a033d6
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 @@ -7,7 +7,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -16,7 +16,7 @@ repos:
args: [--branch, staging, --branch, main]
- id: requirements-txt-fixer
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 24.2.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
Expand All @@ -30,6 +30,6 @@ repos:
- id: buildifier
- id: buildifier-lint
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.8.0
hooks:
- id: mypy

0 comments on commit 8a033d6

Please sign in to comment.