Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply pre-commit fix
Browse files Browse the repository at this point in the history
From the artifact of the previous workflow run
geo-ghci-int[bot] committed Aug 2, 2024
1 parent 8e5fdc5 commit 69b4b81
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion github_app_geo_project/module/audit/configuration.py
Original file line number Diff line number Diff line change
@@ -222,7 +222,7 @@ class DpkgConfiguration(TypedDict, total=False):
""" Default value of the field path 'Snyk configuration pipenv-sync-arguments' """


PIP_INSTALL_ARGUMENTS1212_DEFAULT: list[Any] = []
PIP_INSTALL_ARGUMENTS9626_DEFAULT: list[Any] = []
""" Default value of the field path 'Snyk configuration poetry-install-arguments' """


2 changes: 1 addition & 1 deletion github_app_geo_project/project_configuration.py
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ class GithubApplicationProjectConfiguration(TypedDict, total=False):
"""


MODULE_ENABLED6518_DEFAULT = True
MODULE_ENABLED9578_DEFAULT = True
""" Default value of the field path 'Example enabled' """


0 comments on commit 69b4b81

Please sign in to comment.