Skip to content

Commit

Permalink
Merge pull request #3 from eggplants/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
eggplants committed May 6, 2024
2 parents 13ab7ff + e322ec8 commit 52aed35
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 @@ -29,16 +29,16 @@ repos:
hooks:
- id: pyproject-fmt
- repo: https://github.com/psf/black
rev: 24.4.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.1
rev: v0.4.3
hooks:
- id: ruff
args: [--fix]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.10.0
hooks:
- id: mypy
files: ^gettake/
Expand All @@ -47,7 +47,7 @@ repos:
- types-requests
- types-pillow
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.39.0
rev: v0.40.0
hooks:
- id: markdownlint-fix
exclude: ^.github/PULL_REQUEST_TEMPLATE.md
Expand Down

0 comments on commit 52aed35

Please sign in to comment.