Skip to content

Commit

Permalink
Initial cli hacking to get basic commands working.
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonbh committed Sep 30, 2024
1 parent 4682649 commit 7a81654
Show file tree
Hide file tree
Showing 4 changed files with 333 additions and 172 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
hooks:
- id: mypy
additional_dependencies:
[pydantic>=2.0.0, types-paramiko, qcio>=0.11.8, types-toml]
[pydantic>=2.0.0, types-paramiko, qcio>=0.11.8, types-toml, types-PyYAML]
- repo: https://github.com/crate-ci/typos
rev: v1.24.5
hooks:
Expand Down
Loading

0 comments on commit 7a81654

Please sign in to comment.