Skip to content

Commit

Permalink
Fix spacing on deps to satisfy linters
Browse files Browse the repository at this point in the history
  • Loading branch information
djyasin committed Sep 10, 2024
1 parent 98e7eb1 commit 5019634
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5019634

Please sign in to comment.