Skip to content

Commit 8528eab

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6337d81 commit 8528eab

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,3 @@ data
151151
pixi.lock
152152

153153
_version.py
154-

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
# https://www.sphinx-doc.org/en/master/usage/configuration.html
66

77
# -- Path setup --------------------------------------------------------------
8+
from __future__ import annotations
9+
810
import shutil
911
import sys
1012
from datetime import datetime

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ lint.select = [
153153
"F", # pyflakes
154154
"I", # isort
155155
# below are not autofixed
156-
"UP", # pyupgrade
157-
"W", # pycodestyle
156+
"UP", # pyupgrade
157+
"W", # pycodestyle
158158
]
159159
# "squidpy/*.py"= ["RST303"]
160160
lint.ignore = [

0 commit comments

Comments
 (0)