1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Changes for new shellcheck compliance

This commit is contained in:
Tim Byrne
2023-07-09 10:32:52 -05:00
parent c8acf77e04
commit f9e0368385
2 changed files with 8 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ def pytest_addoption(parser):
@pytest.fixture(scope='session')
def shellcheck_version():
"""Version of shellcheck supported"""
return '0.8.0'
return '0.9.0'
@pytest.fixture(scope='session')