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/abravalheri/validate-pyproject: v0.15 → v0.18](abravalheri/validate-pyproject@v0.15...v0.18)
- [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.5.5](astral-sh/ruff-pre-commit@v0.1.9...v0.5.5)
- [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.11.0](pre-commit/mirrors-mypy@v1.7.1...v1.11.0)
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 29, 2024
1 parent 19c208b commit a7b2993
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/abravalheri/validate-pyproject
rev: "v0.15"
rev: "v0.18"
hooks:
- id: validate-pyproject

Expand All @@ -12,20 +12,20 @@ repos:
args: [-i]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.9"
rev: "v0.5.5"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.7.1"
rev: "v1.11.0"
hooks:
- id: mypy
args: [--strict, --ignore-missing-imports]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.5.0"
rev: "v4.6.0"
hooks:
- id: check-ast
- id: check-builtin-literals
Expand Down

0 comments on commit a7b2993

Please sign in to comment.