Skip to content

Commit

Permalink
Fixed linters (#2412)
Browse files Browse the repository at this point in the history
Signed-off-by: Sorin Sbarnea <[email protected]>
  • Loading branch information
ssbarnea authored Oct 26, 2019
1 parent aae3af7 commit c9b9c2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ repos:
- id: check-executables-have-shebangs
- id: check-merge-conflict
- id: debug-statements
language_version: python3
- repo: https://gitlab.com/pycqa/flake8.git
rev: 3.7.8
hooks:
Expand Down
4 changes: 1 addition & 3 deletions molecule/test/unit/cookiecutter/test_molecule.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ def test_vagrant_driver(
pytest.helpers.run_command(cmd)


@pytest.mark.parametrize(
'driver', [('docker'), ('openstack'), ('vagrant')]
)
@pytest.mark.parametrize('driver', [('docker'), ('openstack'), ('vagrant')])
def test_drivers(
driver, temp_dir, _molecule_file, _role_directory, _command_args, _instance
):
Expand Down

0 comments on commit c9b9c2d

Please sign in to comment.