Skip to content

Commit bbc1ca1

Browse files
Changes for new flake8 compliance
1 parent 8a87f4a commit bbc1ca1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def pylint_version():
3737
@pytest.fixture(scope='session')
3838
def flake8_version():
3939
"""Version of flake8 supported"""
40-
return '3.8.4'
40+
return '6.0.0'
4141

4242

4343
@pytest.fixture(scope='session')

test/test_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def test_config_local_write(runner, yadm_cmd, paths, supported_local_configs):
140140

141141

142142
def test_config_without_parent_directory(runner, yadm_cmd, paths):
143-
"""Write and read attribute to/from config file with non-existent parent dir
143+
"""Write/read attribute to/from config file with non-existent parent dir
144144
145145
Update configuration file
146146
Display value

0 commit comments

Comments
 (0)