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/asottile/add-trailing-comma.git: v2.4.0 → v3.0.0](https://github.com/asottile/add-trailing-comma.git/compare/v2.4.0...v3.0.0)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.267 → v0.0.276](astral-sh/ruff-pre-commit@v0.0.267...v0.0.276)
- [github.com/pre-commit/mirrors-mypy.git: v1.3.0 → v1.4.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.3.0...v1.4.1)
  • Loading branch information
pre-commit-ci[bot] authored Jul 4, 2023
1 parent b8b34b2 commit 15b477f
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 @@ -17,7 +17,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/add-trailing-comma.git
rev: v2.4.0
rev: v3.0.0
hooks:
- id: add-trailing-comma
args:
Expand Down Expand Up @@ -58,8 +58,8 @@ repos:
hooks:
- id: black

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.267"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.276"
hooks:
- id: ruff
args:
Expand Down Expand Up @@ -89,7 +89,7 @@ repos:
- git+https://github.com/ansible-network/pytest-ansible-network-integration.git

- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.3.0
rev: v1.4.1
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit 15b477f

Please sign in to comment.