Skip to content

Commit 3902845

Browse files
[pre-commit.ci] pre-commit autoupdate (#2189)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.4.5](astral-sh/ruff-pre-commit@v0.4.4...v0.4.5) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5118c5d commit 3902845

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
args: [--fix=lf]
1818
- id: check-case-conflict
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.4.4
20+
rev: v0.4.5
2121
hooks:
2222
- id: ruff
2323
args: ["--fix", "--exit-non-zero-on-fix"]
@@ -26,7 +26,7 @@ repos:
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/codespell-project/codespell
29-
rev: v2.2.6
29+
rev: v2.3.0
3030
hooks:
3131
- id: codespell
3232
additional_dependencies:

django-stubs/contrib/gis/gdal/libgdal.pyi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import sys
2+
from _ctypes import _CData
23
from collections.abc import Callable, Sequence
34
from ctypes import CDLL, _FuncPointer, _NamedFuncPointer
45
from logging import Logger
56
from typing import Any
67

7-
from _ctypes import _CData
8-
98
logger: Logger
109
lib_path: str | None
1110
lib_names: list[str] | None

0 commit comments

Comments
 (0)