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.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/psf/black: 23.9.1 → 23.12.1](psf/black@23.9.1...23.12.1)
- [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.14](astral-sh/ruff-pre-commit@v0.0.292...v0.1.14)
- [github.com/dosisod/refurb: v1.21.0 → v1.27.0](dosisod/refurb@v1.21.0...v1.27.0)
- [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.8.0](pre-commit/mirrors-mypy@v1.5.1...v1.8.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 22, 2024
1 parent 6e9f62a commit 676037a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.5.0
hooks:
- id: check-added-large-files
args:
Expand Down Expand Up @@ -51,15 +51,15 @@ repos:
- '88'
- --blank
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.292
rev: v0.1.14
hooks:
- id: ruff
- repo: https://github.com/dosisod/refurb
rev: v1.21.0
rev: v1.27.0
hooks:
- id: refurb
args:
Expand Down Expand Up @@ -89,7 +89,7 @@ repos:
hooks:
- id: codespell
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v1.8.0
hooks:
- id: mypy
args:
Expand Down

0 comments on commit 676037a

Please sign in to comment.