Skip to content

Commit 07a65d1

Browse files
pre-commit-ci[bot]shaypal5
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 17787e4 commit 07a65d1

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ repos:
7272
- id: mypy
7373
files: "src/*"
7474

75-
7675
- repo: https://github.com/tox-dev/pyproject-fmt
7776
rev: v2.6.0
7877
hooks:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ dynamic = [
4545
]
4646
dependencies = [
4747
"portalocker>=2.3.2",
48+
"pympler>=1",
4849
"watchdog>=2.3.1",
49-
"pympler>=1.0",
5050
]
5151
urls.Source = "https://github.com/python-cachier/cachier"
5252
# --- setuptools ---

src/cachier/cores/pickle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import time
1313
from contextlib import suppress
1414
from datetime import datetime, timedelta
15-
from typing import Any, Dict, Optional, Tuple, Union, IO, cast
15+
from typing import IO, Any, Dict, Optional, Tuple, Union, cast
1616

1717
import portalocker # to lock on pickle cache IO
1818
from watchdog.events import PatternMatchingEventHandler

0 commit comments

Comments
 (0)