Skip to content

Commit

Permalink
Merge pull request #8 from CHIMEFRB/6-scalable-sessions
Browse files Browse the repository at this point in the history
Scalable Sessions
  • Loading branch information
shinybrar authored Feb 1, 2022
2 parents 00aa957 + b0c24ca commit 0f4611d
Show file tree
Hide file tree
Showing 14 changed files with 771 additions and 382 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ repos:
- id: black

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.790
rev: v0.930
hooks:
- id: mypy
additional_dependencies: ["types-toml", "types-setuptools", "types-requests", "types-attrs"]
args: [--ignore-missing-imports]

- repo: https://github.com/pycqa/pydocstyle
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pip install skaha

```python
from skaha.session import Session

session = Session()

# Create a session
Expand Down
Loading

0 comments on commit 0f4611d

Please sign in to comment.