Skip to content

Commit

Permalink
Fix ci issues
Browse files Browse the repository at this point in the history
  • Loading branch information
audgirka committed Aug 7, 2023
1 parent 2c7ddf8 commit 5171ee5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ repos:
- types-filelock
- types-jsonschema
- types-setuptools
- wcmatch
- repo: https://github.com/pycqa/pylint
rev: v3.0.0a6
hooks:
Expand All @@ -88,3 +89,4 @@ repos:
- pexpect
- pytest-mock
- pytest-testinfra
- wcmatch
6 changes: 3 additions & 3 deletions src/molecule/command/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
import os
import shutil
from typing import Any, Callable
import wcmatch.pathlib
import wcmatch.wcmatch
from wcmatch import glob

import click
import wcmatch.pathlib
import wcmatch.wcmatch
from click_help_colors import HelpColorsCommand, HelpColorsGroup
from wcmatch import glob

import molecule.scenarios
from molecule import config, logger, text, util
Expand Down

0 comments on commit 5171ee5

Please sign in to comment.