From 5019634a4c7576fb0ebd5fcd830e662ff7952668 Mon Sep 17 00:00:00 2001 From: Lila Date: Tue, 10 Sep 2024 10:37:33 -0400 Subject: [PATCH] Fix spacing on deps to satisfy linters --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9700ab890a..adcede544c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -188,8 +188,8 @@ repos: name: MyPy, for Python 3.13 additional_dependencies: - lxml # dep of `--txt-report`, `--cobertura-xml-report` & `--html-report` - - pytest # dep of `credential_plugins_test.py`& `importable_test.py` - - requests # dep of `credentials.aim`, `credentials.centrify_vault`, `credentials.conjur` & `credentials.hashivault` + - pytest # dep of `credential_plugins_test.py`& `importable_test.py` + - requests # dep of `credentials.aim`, `credentials.centrify_vault`, `credentials.conjur` & `credentials.hashivault` args: - --python-version=3.13 - --txt-report=.tox/.tmp/.test-results/mypy--py-3.13 @@ -201,8 +201,8 @@ repos: name: MyPy, for Python 3.12 additional_dependencies: - lxml # dep of `--txt-report`, `--cobertura-xml-report` & `--html-report` - - pytest # dep of `credential_plugins_test.py`& `importable_test.py` - - requests # dep of `credentials.aim`, `credentials.centrify_vault`, `credentials.conjur` & `credentials.hashivault` + - pytest # dep of `credential_plugins_test.py`& `importable_test.py` + - requests # dep of `credentials.aim`, `credentials.centrify_vault`, `credentials.conjur` & `credentials.hashivault` args: - --python-version=3.12 - --txt-report=.tox/.tmp/.test-results/mypy--py-3.12 @@ -214,8 +214,8 @@ repos: name: MyPy, for Python 3.11 additional_dependencies: - lxml # dep of `--txt-report`, `--cobertura-xml-report` & `--html-report` - - pytest # dep of `credential_plugins_test.py`& `importable_test.py` - - requests # dep of `credentials.aim`, `credentials.centrify_vault`, `credentials.conjur` & `credentials.hashivault` + - pytest # dep of `credential_plugins_test.py`& `importable_test.py` + - requests # dep of `credentials.aim`, `credentials.centrify_vault`, `credentials.conjur` & `credentials.hashivault` args: - --python-version=3.11 - --txt-report=.tox/.tmp/.test-results/mypy--py-3.11