Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
chore: minor adjustments, aligning pre-commit tealer cmd, parametrizi…
Browse files Browse the repository at this point in the history
…ng code_tours (#69)
  • Loading branch information
aorumbayev authored May 29, 2024
1 parent 65d533a commit 2373a7f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions copier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ ide_vscode:
when: "{{ preset_name == 'custom' }}"
default: yes

code_tours:
type: bool
help: Do you want to add interactive VSCode CodeTour walkthrough?
when: "{{ preset_name == 'custom' }}"
default: "{{ 'yes' if ide_vscode == yes else 'no' }}"

ide_jetbrains:
type: bool
help: Do you want to add JetBrains configuration (primarily optimized for PyCharm CE)?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:
description: "Run AlgoKit `Tealer` for TEAL static analysis"
entry: algokit
language: system
args: [task, analyze, ".algokit", "--recursive", "--force"]
args: [project, run, "audit-teal"]
require_serial: false
additional_dependencies: []
minimum_pre_commit_version: "0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:
description: "Run AlgoKit `Tealer` for TEAL static analysis"
entry: algokit
language: system
args: [task, analyze, ".algokit", "--recursive", "--force"]
args: [project, run, "audit-teal"]
require_serial: false
additional_dependencies: []
minimum_pre_commit_version: "0"
Expand Down
2 changes: 1 addition & 1 deletion examples/production_beaker/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:
description: "Run AlgoKit `Tealer` for TEAL static analysis"
entry: algokit
language: system
args: [task, analyze, ".algokit", "--recursive", "--force"]
args: [project, run, "audit-teal"]
require_serial: false
additional_dependencies: []
minimum_pre_commit_version: "0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:
description: "Run AlgoKit `Tealer` for TEAL static analysis"
entry: algokit
language: system
args: [task, analyze, ".algokit", "--recursive", "--force"]
args: [project, run, "audit-teal"]
require_serial: false
additional_dependencies: []
minimum_pre_commit_version: "0"
Expand Down

0 comments on commit 2373a7f

Please sign in to comment.