File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
astroid/interpreter/_import Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
- id : end-of-file-fixer
11
11
exclude : tests/testdata
12
12
- repo : https://github.com/astral-sh/ruff-pre-commit
13
- rev : " v0.8.1 "
13
+ rev : " v0.8.4 "
14
14
hooks :
15
15
- id : ruff
16
16
args : ["--fix"]
22
22
exclude : tests/testdata|setup.py
23
23
types : [python]
24
24
- repo : https://github.com/asottile/pyupgrade
25
- rev : v3.19.0
25
+ rev : v3.19.1
26
26
hooks :
27
27
- id : pyupgrade
28
28
exclude : tests/testdata
53
53
# "--load-plugins=pylint.extensions.docparams", We're not ready for that
54
54
]
55
55
- repo : https://github.com/pre-commit/mirrors-mypy
56
- rev : v1.13 .0
56
+ rev : v1.14 .0
57
57
hooks :
58
58
- id : mypy
59
59
language : python
Original file line number Diff line number Diff line change 7
7
import pathlib
8
8
import sys
9
9
from functools import lru_cache
10
- from importlib ._bootstrap_external import _NamespacePath
10
+ from importlib ._bootstrap_external import _NamespacePath # type: ignore[attr-defined]
11
11
from importlib .util import _find_spec_from_path # type: ignore[attr-defined]
12
12
13
13
from astroid .const import IS_PYPY
You can’t perform that action at this time.
0 commit comments