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 2dc5c36 commit ee02ce2
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_ARGUMENTS684_DEFAULT: list[Any] = []
PIP_INSTALL_ARGUMENTS9962_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_ENABLED542_DEFAULT = True
MODULE_ENABLED6304_DEFAULT = True
""" Default value of the field path 'Example enabled' """


Expand Down

0 comments on commit ee02ce2

Please sign in to comment.