Skip to content

Commit

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

updates:
- [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.4 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v4.0.0-alpha.4...v4.0.0-alpha.8)
- [github.com/psf/black: 23.11.0 → 24.1.1](psf/black@23.11.0...24.1.1)
- [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.2.0](astral-sh/ruff-pre-commit@v0.1.7...v0.2.0)
- [github.com/ansible/ansible-lint.git: v6.22.1 → v6.22.2](https://github.com/ansible/ansible-lint.git/compare/v6.22.1...v6.22.2)

* [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>
  • Loading branch information
pre-commit-ci[bot] committed Feb 8, 2024
1 parent 17cc5d1 commit c777132
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Expand Up @@ -13,7 +13,7 @@ minimum_pre_commit_version: 1.14.0
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
# keep it before yamllint
rev: "v4.0.0-alpha.4"
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
# Temporary excludes so we can gradually normalize the formatting
Expand All @@ -27,7 +27,7 @@ repos:
hooks:
- id: doc8
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.1.1
hooks:
- id: black
language_version: python3
Expand All @@ -42,12 +42,12 @@ repos:
- id: check-merge-conflict
- id: debug-statements
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.7"
rev: "v0.2.0"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/ansible/ansible-lint.git
rev: v6.22.1
rev: v6.22.2
hooks:
- id: ansible-lint
entry: env ANSIBLE_ROLES_PATH="$ANSIBLE_ROLES_PATH:test/roles" ansible-lint
1 change: 1 addition & 0 deletions test/containers/test_driver.py
@@ -1,4 +1,5 @@
"""Unit Tests."""

from molecule import api


Expand Down
1 change: 1 addition & 0 deletions test/docker/conftest.py
@@ -1,4 +1,5 @@
"""Pytest Fixtures."""

from conftest import random_string, temp_dir # noqa

import pytest
Expand Down
1 change: 1 addition & 0 deletions test/docker/test_driver.py
@@ -1,4 +1,5 @@
"""Unit tests."""

from molecule import api


Expand Down
1 change: 1 addition & 0 deletions test/docker/test_func.py
@@ -1,4 +1,5 @@
"""Functional tests."""

import os
import pathlib
import shutil
Expand Down
1 change: 1 addition & 0 deletions test/openstack/conftest.py
@@ -1,4 +1,5 @@
"""Pytest Fixtures."""

from conftest import random_string, temp_dir # noqa

import pytest
Expand Down
1 change: 1 addition & 0 deletions test/openstack/test_driver.py
@@ -1,4 +1,5 @@
"""Unit tests."""

from molecule import api


Expand Down
1 change: 1 addition & 0 deletions test/openstack/test_func.py
@@ -1,4 +1,5 @@
"""Functional tests."""

import os
import pathlib
import shutil
Expand Down
1 change: 1 addition & 0 deletions test/podman/conftest.py
@@ -1,4 +1,5 @@
"""Pytest Fixtures."""

import os
import platform

Expand Down
1 change: 1 addition & 0 deletions test/podman/test_driver.py
@@ -1,4 +1,5 @@
"""Unit tests."""

from molecule import api
from molecule_plugins.podman.driver import Podman

Expand Down
1 change: 1 addition & 0 deletions test/podman/test_func.py
@@ -1,4 +1,5 @@
"""Functional tests."""

import os
import pathlib
import subprocess
Expand Down

0 comments on commit c777132

Please sign in to comment.