Skip to content

Commit

Permalink
up: update some script file
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed May 10, 2024
1 parent 00837cb commit 688725b
Show file tree
Hide file tree
Showing 6 changed files with 201 additions and 104 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ install: ## Clean all created artifacts
clean: ## Clean all created artifacts
git clean --exclude=.idea/ -fdx

up-dev-deps: ## Update all kite dev depends on vendor
up-all-deps: ## Update all kite dev depends on vendor
$(SHELL) script/update-kite-deps.sh

up-dev-deps: ## Update kite composer.lock and all depends on vendor
Expand Down
2 changes: 1 addition & 1 deletion app/Component/ScriptRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class ScriptRunner extends AbstractObj
*
* @var array
*/
private array $scriptExts = ['.sh', '.zsh', '.bash', '.php', '.go', '.gop', '.kts', '.gry', '.java', '.groovy'];
private array $scriptExts = ['.sh', '.zsh', '.bash', '.py', '.php', '.go', '.gop', '.kts', '.gry', '.java', '.groovy'];

/**
* @var array
Expand Down
Loading

0 comments on commit 688725b

Please sign in to comment.