Skip to content

Commit c777132

Browse files
[pre-commit.ci] pre-commit autoupdate (#223)
* [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>
1 parent 17cc5d1 commit c777132

File tree

11 files changed

+14
-4
lines changed

11 files changed

+14
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ minimum_pre_commit_version: 1.14.0
1313
repos:
1414
- repo: https://github.com/pre-commit/mirrors-prettier
1515
# keep it before yamllint
16-
rev: "v4.0.0-alpha.4"
16+
rev: "v4.0.0-alpha.8"
1717
hooks:
1818
- id: prettier
1919
# Temporary excludes so we can gradually normalize the formatting
@@ -27,7 +27,7 @@ repos:
2727
hooks:
2828
- id: doc8
2929
- repo: https://github.com/psf/black
30-
rev: 23.11.0
30+
rev: 24.1.1
3131
hooks:
3232
- id: black
3333
language_version: python3
@@ -42,12 +42,12 @@ repos:
4242
- id: check-merge-conflict
4343
- id: debug-statements
4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: "v0.1.7"
45+
rev: "v0.2.0"
4646
hooks:
4747
- id: ruff
4848
args: [--fix, --exit-non-zero-on-fix]
4949
- repo: https://github.com/ansible/ansible-lint.git
50-
rev: v6.22.1
50+
rev: v6.22.2
5151
hooks:
5252
- id: ansible-lint
5353
entry: env ANSIBLE_ROLES_PATH="$ANSIBLE_ROLES_PATH:test/roles" ansible-lint

test/containers/test_driver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Unit Tests."""
2+
23
from molecule import api
34

45

test/docker/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Pytest Fixtures."""
2+
23
from conftest import random_string, temp_dir # noqa
34

45
import pytest

test/docker/test_driver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Unit tests."""
2+
23
from molecule import api
34

45

test/docker/test_func.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Functional tests."""
2+
23
import os
34
import pathlib
45
import shutil

test/openstack/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Pytest Fixtures."""
2+
23
from conftest import random_string, temp_dir # noqa
34

45
import pytest

test/openstack/test_driver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Unit tests."""
2+
23
from molecule import api
34

45

test/openstack/test_func.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Functional tests."""
2+
23
import os
34
import pathlib
45
import shutil

test/podman/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Pytest Fixtures."""
2+
23
import os
34
import platform
45

test/podman/test_driver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Unit tests."""
2+
23
from molecule import api
34
from molecule_plugins.podman.driver import Podman
45

0 commit comments

Comments
 (0)