Skip to content

Commit

Permalink
Apply pre-commit fix
Browse files Browse the repository at this point in the history
From the artifact of the previous workflow run
  • Loading branch information
geo-ghci-int[bot] committed Aug 2, 2024
1 parent 26895ae commit ffbf2a7
Show file tree
Hide file tree
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
Expand Up @@ -222,7 +222,7 @@ class DpkgConfiguration(TypedDict, total=False):
""" Default value of the field path 'Snyk configuration pipenv-sync-arguments' """


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


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


MODULE_ENABLED4325_DEFAULT = True
MODULE_ENABLED5513_DEFAULT = True
""" Default value of the field path 'Example enabled' """


Expand Down

0 comments on commit ffbf2a7

Please sign in to comment.