Skip to content

Commit

Permalink
Chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: c4a0b883114b00d8d76b479c820ce7950211c99b → 2c9f875913ee60ca25ce70243dc24d5b6415598c](pre-commit/pre-commit-hooks@c4a0b88...2c9f875)
- [github.com/psf/black: 6fdf8a4af28071ed1d079c01122b34c5d587207a → 3702ba224ecffbcec30af640c149f231d90aebdb](psf/black@6fdf8a4...3702ba2)
- [github.com/econchick/interrogate: e18b9df8debc03a5b76a18d3be693c67b2816378 → a6268877efd41a21197445cc04cbf28f9c6facba](econchick/interrogate@e18b9df...a626887)
- [github.com/pre-commit/mirrors-mypy: 8cd2d4056637e242709fe09f15a36f0b4b682bda → e5ea6670624c24f8321f6328ef3176dbba76db46](pre-commit/mirrors-mypy@8cd2d40...e5ea667)
  • Loading branch information
pre-commit-ci[bot] authored Apr 29, 2024
1 parent da59b06 commit 8f4faeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: c4a0b883114b00d8d76b479c820ce7950211c99b # frozen: v4.5.0
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
hooks:
- id: check-added-large-files
- id: check-yaml
Expand All @@ -17,7 +17,7 @@ repos:
- --branch=main

- repo: https://github.com/psf/black
rev: 6fdf8a4af28071ed1d079c01122b34c5d587207a # frozen: 24.2.0
rev: 3702ba224ecffbcec30af640c149f231d90aebdb # frozen: 24.4.2
hooks:
- id: black

Expand Down Expand Up @@ -51,15 +51,15 @@ repos:
- id: yamllint

- repo: https://github.com/econchick/interrogate
rev: e18b9df8debc03a5b76a18d3be693c67b2816378 # frozen: 1.5.0
rev: a6268877efd41a21197445cc04cbf28f9c6facba # frozen: 1.7.0
hooks:
- id: interrogate
args: [-vv, --fail-under=100]
additional_dependencies:
- setuptools

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 8cd2d4056637e242709fe09f15a36f0b4b682bda # frozen: v1.8.0
rev: e5ea6670624c24f8321f6328ef3176dbba76db46 # frozen: v1.10.0
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit 8f4faeb

Please sign in to comment.