Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/release-drafter/re…
Browse files Browse the repository at this point in the history
…lease-drafter-6
  • Loading branch information
NilashishC authored Aug 20, 2024
2 parents 5ff026d + bf383af commit b045857
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 b045857

Please sign in to comment.