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/streetsidesoftware/cspell-cli: v7.3.1 → v7.3.2](streetsidesoftware/cspell-cli@v7.3.1...v7.3.2)
- [github.com/pycqa/pylint.git: v3.0.0 → v3.0.1](https://github.com/pycqa/pylint.git/compare/v3.0.0...v3.0.1)
- [github.com/pre-commit/mirrors-mypy.git: v1.5.1 → v1.6.0](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.5.1...v1.6.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 16, 2023
1 parent b2b0f65 commit 9f73887
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 @@ -6,7 +6,7 @@ repos:
- id: update-docs

- 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 Down Expand Up @@ -66,7 +66,7 @@ repos:
- "--exit-non-zero-on-fix"

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v7.3.1
rev: v7.3.2
hooks:
- id: cspell
name: Spell check with cspell
Expand All @@ -77,7 +77,7 @@ repos:
- id: darglint

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

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

0 comments on commit 9f73887

Please sign in to comment.