Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#148)
Browse files Browse the repository at this point in the history
updates:
- [github.com/tox-dev/pyproject-fmt: 0.12.0 → 0.13.0](tox-dev/pyproject-fmt@0.12.0...0.13.0)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.272 → v0.0.277](astral-sh/ruff-pre-commit@v0.0.272...v0.0.277)
- [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.4.1](pre-commit/mirrors-mypy@v1.3.0...v1.4.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jul 17, 2023
1 parent f9ac853 commit 1995ccf
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 @@ -24,20 +24,20 @@ repos:
- id: pretty-format-yaml
args: [--autofix, --indent, '2']
- repo: https://github.com/tox-dev/pyproject-fmt
rev: 0.12.0
rev: 0.13.0
hooks:
- id: pyproject-fmt
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.272
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.277
hooks:
- id: ruff
args: [--fix]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.3.0
rev: v1.4.1
hooks:
- id: mypy
files: ^deepl/
Expand Down

0 comments on commit 1995ccf

Please sign in to comment.