diff --git a/.flake8 b/.flake8 index 23ec73f..4ae8bd9 100644 --- a/.flake8 +++ b/.flake8 @@ -30,4 +30,4 @@ extend-ignore = max-line-length = 100 # Count the number of occurrences of each error/warning code and print a report: -statistics = true \ No newline at end of file +statistics = true diff --git a/pyproject.toml b/pyproject.toml index 6a88cc9..4c7a89c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,4 +9,4 @@ testpaths = [ ] filterwarnings = [ 'ignore:AnsibleCollectionFinder has already been configured', -] \ No newline at end of file +] diff --git a/tox.ini b/tox.ini index 5c919c3..24c6fb0 100644 --- a/tox.ini +++ b/tox.ini @@ -20,4 +20,3 @@ commands = [testenv:venv] commands = {posargs} -