Skip to content

Commit

Permalink
Merge pull request #65 from webknjaz/maintenance/ungit-interfaces
Browse files Browse the repository at this point in the history
📦🔥 Rm awx_plugins.interfaces Git ref
  • Loading branch information
webknjaz authored Dec 3, 2024
2 parents 8e8d03b + 1933e66 commit d32d47f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
12 changes: 4 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,7 @@ repos:
name: MyPy, for Python 3.13
additional_dependencies:
- >- # standard interface declarations for AWX plugins
awx_plugins.interfaces
@ git+https://github.com/ansible/awx_plugins.interfaces.git@ad4a965
awx_plugins.interfaces == 0.0.1a2
- azure-identity # needed by credentials.azure_kv
- azure-keyvault # needed by credentials.azure_kv
- boto3-stubs # needed by credentials.awx_secretsmanager
Expand Down Expand Up @@ -225,8 +224,7 @@ repos:
name: MyPy, for Python 3.12
additional_dependencies:
- >- # standard interface declarations for AWX plugins
awx_plugins.interfaces
@ git+https://github.com/ansible/awx_plugins.interfaces.git@ad4a965
awx_plugins.interfaces == 0.0.1a2
- azure-identity # needed by credentials.azure_kv
- azure-keyvault # needed by credentials.azure_kv
- boto3-stubs # needed by credentials.awx_secretsmanager
Expand Down Expand Up @@ -257,8 +255,7 @@ repos:
name: MyPy, for Python 3.11
additional_dependencies:
- >- # standard interface declarations for AWX plugins
awx_plugins.interfaces
@ git+https://github.com/ansible/awx_plugins.interfaces.git@ad4a965
awx_plugins.interfaces == 0.0.1a2
- azure-identity # needed by credentials.azure_kv
- azure-keyvault # needed by credentials.azure_kv
- boto3-stubs # needed by credentials.awx_secretsmanager
Expand Down Expand Up @@ -291,8 +288,7 @@ repos:
- id: pylint
additional_dependencies:
- >- # standard interface declarations for AWX plugins
awx_plugins.interfaces
@ git+https://github.com/ansible/awx_plugins.interfaces.git@ad4a965
awx_plugins.interfaces == 0.0.1a2
- azure-identity # needed by credentials.azure_kv
- azure-keyvault # needed by credentials.azure_kv
- boto3 # needed by credentials.awx_secretsmanager
Expand Down
1 change: 0 additions & 1 deletion dependencies/direct/py-constraints.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@
# #
###############################################################################

awx_plugins.interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
sphinx-autodoc-typehints @ git+https://github.com/tox-dev/sphinx-autodoc-typehints.git@6c151583fb898731ebdb10bd6c36c2731fdd6180 # Workaround for docutils 0.21.2 while waiting for the fix to land in sphinx-autodoc-typehints 2.5.x release stream https://github.com/tox-dev/sphinx-autodoc-typehints/issues/454

0 comments on commit d32d47f

Please sign in to comment.