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/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/asottile/add-trailing-comma.git: v2.4.0 → v3.1.0](https://github.com/asottile/add-trailing-comma.git/compare/v2.4.0...v3.1.0)
- [github.com/Lucas-C/pre-commit-hooks.git: v1.5.1 → v1.5.4](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.5.1...v1.5.4)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.1.0](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v3.1.0)
- [github.com/psf/black: 23.3.0 → 23.11.0](psf/black@23.3.0...23.11.0)
- 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.1.6](astral-sh/ruff-pre-commit@v0.0.263...v0.1.6)
- [github.com/pycqa/pylint.git: v3.0.0a6 → v3.0.1](https://github.com/pycqa/pylint.git/compare/v3.0.0a6...v3.0.1)
- [github.com/pre-commit/mirrors-mypy.git: v1.2.0 → v1.7.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.2.0...v1.7.1)
  • Loading branch information
pre-commit-ci[bot] authored Nov 27, 2023
1 parent 2f46bc7 commit a8e27ca
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
# - id: autoversion

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-merge-conflict
- id: check-symlinks
Expand All @@ -18,19 +18,19 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/add-trailing-comma.git
rev: v2.4.0
rev: v3.1.0
hooks:
- id: add-trailing-comma
args:
- --py36-plus

- repo: https://github.com/Lucas-C/pre-commit-hooks.git
rev: v1.5.1
rev: v1.5.4
hooks:
- id: remove-tabs

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.9-for-vscode"
rev: "v3.1.0"
hooks:
- id: prettier
# Original hook implementation is flaky due to *several* bugs described
Expand All @@ -55,12 +55,12 @@ repos:
- prettier-plugin-toml

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.11.0
hooks:
- id: black

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.263"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.6"
hooks:
- id: ruff
args:
Expand All @@ -78,7 +78,7 @@ repos:
- id: darglint

- repo: https://github.com/pycqa/pylint.git
rev: v3.0.0a6
rev: v3.0.1
hooks:
- id: pylint
args:
Expand All @@ -90,7 +90,7 @@ repos:
- git+https://github.com/ansible-network/pytest-ansible-network-integration.git

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

0 comments on commit a8e27ca

Please sign in to comment.