File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
django-stubs/contrib/gis/gdal Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 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"]
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 :
Original file line number Diff line number Diff line change 11import sys
2+ from _ctypes import _CData
23from collections .abc import Callable , Sequence
34from ctypes import CDLL , _FuncPointer , _NamedFuncPointer
45from logging import Logger
56from typing import Any
67
7- from _ctypes import _CData
8-
98logger : Logger
109lib_path : str | None
1110lib_names : list [str ] | None
You can’t perform that action at this time.
0 commit comments