Skip to content

Commit 54207f6

Browse files
authored
Merge pull request #185 from proxystore/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 7046da9 + 5ba92e7 commit 54207f6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ repos:
1818
hooks:
1919
- id: codespell
2020
- repo: 'https://github.com/astral-sh/ruff-pre-commit'
21-
rev: v0.14.6
21+
rev: v0.14.7
2222
hooks:
2323
- id: ruff
2424
args:
2525
- '--fix'
2626
- id: ruff-format
2727
- repo: 'https://github.com/pre-commit/mirrors-mypy'
28-
rev: v1.18.2
28+
rev: v1.19.0
2929
hooks:
3030
- id: mypy
3131
additional_dependencies:

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
sys.modules['ucp'] = ucp
2828

29-
import proxystore
29+
import proxystore.store
3030
import pytest
3131

3232
from testing.connectors import connectors

0 commit comments

Comments
 (0)