From a1e06dcf9fb55715fe1ab174f9f4f9fbf7086c47 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 13:08:01 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .flake8 | 2 +- pyproject.toml | 2 +- tox.ini | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) 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} -