Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#3045)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
DimitriPapadopoulos and pre-commit-ci[bot] authored Aug 28, 2023
1 parent c45d1ca commit 97c056d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ repos:
- -d
- '{extends: relaxed, rules: {line-length: {max: 90}}}'
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.284
rev: v0.0.285
hooks:
- id: ruff
- repo: https://github.com/PyCQA/autoflake
Expand All @@ -77,11 +77,11 @@ repos:
additional_dependencies:
- tomli
- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.13
rev: v0.14
hooks:
- id: validate-pyproject
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.0
rev: v1.5.1
hooks:
- id: mypy
args: ["--config-file", "pyproject.toml"]
Expand Down

0 comments on commit 97c056d

Please sign in to comment.