We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7046da9 + 5ba92e7 commit 54207f6Copy full SHA for 54207f6
2 files changed
.pre-commit-config.yaml
@@ -18,14 +18,14 @@ repos:
18
hooks:
19
- id: codespell
20
- repo: 'https://github.com/astral-sh/ruff-pre-commit'
21
- rev: v0.14.6
+ rev: v0.14.7
22
23
- id: ruff
24
args:
25
- '--fix'
26
- id: ruff-format
27
- repo: 'https://github.com/pre-commit/mirrors-mypy'
28
- rev: v1.18.2
+ rev: v1.19.0
29
30
- id: mypy
31
additional_dependencies:
tests/conftest.py
@@ -26,7 +26,7 @@
sys.modules['ucp'] = ucp
-import proxystore
+import proxystore.store
import pytest
32
from testing.connectors import connectors
0 commit comments