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/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/psf/black: 23.9.1 → 24.4.2](psf/black@23.9.1...24.4.2)
- [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.4.2](astral-sh/ruff-pre-commit@v0.0.292...v0.4.2)
- [github.com/dosisod/refurb: v1.21.0 → v2.0.0](dosisod/refurb@v1.21.0...v2.0.0)
- [github.com/econchick/interrogate: 1.5.0 → 1.7.0](econchick/interrogate@1.5.0...1.7.0)
- [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.10.0](pre-commit/mirrors-mypy@v1.5.1...v1.10.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 29, 2024
1 parent 6e9f62a commit 3d07edb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-added-large-files
args:
Expand Down Expand Up @@ -51,22 +51,22 @@ repos:
- '88'
- --blank
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.292
rev: v0.4.2
hooks:
- id: ruff
- repo: https://github.com/dosisod/refurb
rev: v1.21.0
rev: v2.0.0
hooks:
- id: refurb
args:
- --ignore
- FURB126
- repo: https://github.com/econchick/interrogate
rev: 1.5.0
rev: 1.7.0
hooks:
- id: interrogate
args:
Expand All @@ -89,7 +89,7 @@ repos:
hooks:
- id: codespell
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v1.10.0
hooks:
- id: mypy
args:
Expand Down

0 comments on commit 3d07edb

Please sign in to comment.