diff --git a/test/pytest.ini b/test/pytest.ini index 3affa4c..a370fa7 100644 --- a/test/pytest.ini +++ b/test/pytest.ini @@ -18,8 +18,8 @@ log_file_level=debug log_file_format=%(asctime)s - %(module)-12s %(funcName)-15s [%(levelname)-8s] %(message)s log_file_date_format=%d.%m.%Y %H:%M:%S -#pep8 plugin -pep8ignore = E402 E501 +#flake8 plugin +flake8-ignore = E402 E501 # E402 # import not at top # E501 # line too long -# pep8maxlinelength = 99 \ No newline at end of file +# flake8-max-line-length = 99 \ No newline at end of file