Skip to content

Commit

Permalink
slightly modified subset of Quexington's virtual project structure. A…
Browse files Browse the repository at this point in the history
…ll files default to be treated as belonging to chia-blockchain project. No default annotations. no default exclusions.
  • Loading branch information
arvidn committed Sep 20, 2024
1 parent 8b96b23 commit d6c3f8d
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 d6c3f8d

Please sign in to comment.