Skip to content

Commit

Permalink
Merge pull request #58 from AutoResearch/feat/reintegrate-workflow
Browse files Browse the repository at this point in the history
feat: reintegrate workflow sub package as a part of the core
  • Loading branch information
hollandjg authored Dec 1, 2023
2 parents 24478cf + b0ab128 commit 4076505
Show file tree
Hide file tree
Showing 23 changed files with 1,544 additions and 69 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
rev: "v1.5.1"
hooks:
- id: mypy
additional_dependencies: [types-requests,scipy,pytest,hypothesis,types-pyyaml]
additional_dependencies: [types-requests,scipy,pytest,hypothesis,types-pyyaml,typer]
language_version: python3.8
args:
- "--namespace-packages"
Expand Down
Loading

0 comments on commit 4076505

Please sign in to comment.