Skip to content

Commit

Permalink
ci(pre-commit): updates
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Oct 22, 2024
1 parent e92c9eb commit dc60c3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:


- repo: https://github.com/asottile/pyupgrade
rev: v3.18.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand All @@ -33,7 +33,7 @@ repos:
- id: black

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.12.0
rev: v1.12.1
hooks:
- id: mypy
additional_dependencies: ["types-toml", "types-requests", "types-defusedxml"]
Expand Down
1 change: 1 addition & 0 deletions docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ print(session_id)
```python
from skaha.models import ContainerRegistry
from skaha.session import Session

registry = ContainerRegistry(username="username", password="sUp3rS3cr3t")
session = Session(registry=registry)
```
Expand Down

0 comments on commit dc60c3a

Please sign in to comment.