Changes for new flake8 compliance

This commit is contained in:
Tim Byrne 2023-07-09 11:15:38 -05:00
parent 8a87f4a30f
commit bbc1ca17f0
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ def pylint_version():
@pytest.fixture(scope='session')
def flake8_version():
"""Version of flake8 supported"""
return '3.8.4'
return '6.0.0'
@pytest.fixture(scope='session')

View File

@ -140,7 +140,7 @@ def test_config_local_write(runner, yadm_cmd, paths, supported_local_configs):
def test_config_without_parent_directory(runner, yadm_cmd, paths):
"""Write and read attribute to/from config file with non-existent parent dir
"""Write/read attribute to/from config file with non-existent parent dir
Update configuration file
Display value