Skip to content

Commit

Permalink
[CHIA-598] virtual project structure (#18616)
Browse files Browse the repository at this point in the history
slightly modified subset of Quexington's virtual project structure. All files default to be treated as belonging to chia-blockchain project. No default annotations. no default exclusions.
  • Loading branch information
arvidn authored Oct 10, 2024
1 parent 8e4e846 commit 5f01fcc
Show file tree
Hide file tree
Showing 4 changed files with 1,135 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ repos:
entry: ./activated.py python tools/chialispp.py .
language: system
pass_filenames: false
- repo: local
hooks:
- id: virtual_project_dependency_cycles
name: Check for dependency cycles in project packages
entry: ./activated.py python chia/util/virtual_project_analysis.py print_cycles --directory chia --config virtual_project.yaml
language: system
pass_filenames: false
- repo: local
hooks:
- id: build mypy.ini
Expand Down
Loading

0 comments on commit 5f01fcc

Please sign in to comment.