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/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1)
- [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.4](astral-sh/ruff-pre-commit@v0.0.292...v0.1.4)
- [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.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.5.1...v1.6.1)
  • Loading branch information
pre-commit-ci[bot] authored Nov 6, 2023
1 parent 085d0a8 commit f04ddc7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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 @@ -54,19 +54,19 @@ repos:
- prettier-plugin-toml

- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.1
hooks:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.292"
rev: "v0.1.4"
hooks:
- id: ruff
args:
- "--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.1
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit f04ddc7

Please sign in to comment.