Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#254)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/Lucas-C/pre-commit-hooks.git: v1.5.4 → v1.5.5](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.5.4...v1.5.5)
- [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v4.0.0-alpha.3...v4.0.0-alpha.8)
- [github.com/psf/black: 23.11.0 → 24.8.0](psf/black@23.11.0...24.8.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.6.1](astral-sh/ruff-pre-commit@v0.1.6...v0.6.1)
- [github.com/streetsidesoftware/cspell-cli: v8.0.0 → v8.13.3](streetsidesoftware/cspell-cli@v8.0.0...v8.13.3)
- [github.com/pycqa/pylint.git: v3.0.1 → v3.2.6](https://github.com/pycqa/pylint.git/compare/v3.0.1...v3.2.6)
- [github.com/pre-commit/mirrors-mypy.git: v1.7.1 → v1.11.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.7.1...v1.11.1)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Nilashish Chakraborty <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and NilashishC authored Aug 20, 2024
1 parent c66ada4 commit bf383af
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
16 changes: 8 additions & 8 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.5.0
rev: v4.6.0
hooks:
- id: check-merge-conflict
- id: check-symlinks
Expand All @@ -24,12 +24,12 @@ repos:
- --py36-plus

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

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v4.0.0-alpha.3"
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
# Original hook implementation is flaky due to *several* bugs described
Expand All @@ -54,19 +54,19 @@ repos:
- prettier-plugin-toml

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

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.6"
rev: "v0.6.1"
hooks:
- id: ruff
args:
- "--exit-non-zero-on-fix"

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.0.0
rev: v8.13.3
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.1
rev: v3.2.6
hooks:
- id: pylint
args:
Expand All @@ -88,7 +88,7 @@ repos:
- pytest-ansible

- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.7.1
rev: v1.11.1
hooks:
- id: mypy
additional_dependencies:
Expand Down
1 change: 1 addition & 0 deletions plugins/plugin_utils/command.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Definitions for the command runner."""

from __future__ import absolute_import, division, print_function

import shlex
Expand Down
1 change: 1 addition & 0 deletions plugins/plugin_utils/git_base.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""A base class for the git action plugins."""

from __future__ import absolute_import, division, print_function


Expand Down
1 change: 1 addition & 0 deletions tests/integration/test_integration.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for molecule scenarios."""

from __future__ import absolute_import, division, print_function

from pytest_ansible.molecule import MoleculeScenario
Expand Down

0 comments on commit bf383af

Please sign in to comment.