Skip to content

Commit

Permalink
chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.263 → v0.0.276](astral-sh/ruff-pre-commit@v0.0.263...v0.0.276)
- [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.4.1](pre-commit/mirrors-mypy@v1.2.0...v1.4.1)
- [github.com/jazzband/pip-tools: 6.13.0 → 6.14.0](jazzband/pip-tools@6.13.0...6.14.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 3, 2023
1 parent 8065723 commit f002d88
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 @@ -13,8 +13,8 @@ repos:
- repo: meta
hooks:
- id: check-useless-excludes
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.263"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.276"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down Expand Up @@ -54,7 +54,7 @@ repos:
- ansible-core
- pytest
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.2.0
rev: v1.4.1
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
Expand All @@ -64,7 +64,7 @@ repos:
- ansible-core
- types-pkg_resources
- repo: https://github.com/jazzband/pip-tools
rev: 6.13.0
rev: 6.14.0
hooks:
- id: pip-compile
name: lock
Expand Down

0 comments on commit f002d88

Please sign in to comment.