File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
- id : black
12
12
exclude : ' ^(test-data/)'
13
13
- repo : https://github.com/astral-sh/ruff-pre-commit
14
- rev : v0.1.4 # must match test-requirements.txt
14
+ rev : v0.1.15 # must match test-requirements.txt
15
15
hooks :
16
16
- id : ruff
17
17
args : [--exit-non-zero-on-fix]
Original file line number Diff line number Diff line change @@ -3108,7 +3108,7 @@ def get_proper_types(
3108
3108
# to make it easier to gradually get modules working with mypyc.
3109
3109
# Import them here, after the types are defined.
3110
3110
# This is intended as a re-export also.
3111
- from mypy .type_visitor import ( # noqa: F811
3111
+ from mypy .type_visitor import (
3112
3112
ALL_STRATEGY as ALL_STRATEGY ,
3113
3113
ANY_STRATEGY as ANY_STRATEGY ,
3114
3114
BoolTypeQuery as BoolTypeQuery ,
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ psutil>=4.0
14
14
pytest>=7.4.0
15
15
pytest-xdist>=1.34.0
16
16
pytest-cov>=2.10.0
17
- ruff==0.1.4 # must match version in .pre-commit-config.yaml
17
+ ruff==0.1.15 # must match version in .pre-commit-config.yaml
18
18
setuptools>=65.5.1
19
19
tomli>=1.1.0 # needed even on py311+ so the self check passes with --python-version 3.7
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ ruamel-yaml==0.17.40
67
67
# via pre-commit-hooks
68
68
ruamel-yaml-clib==0.2.8
69
69
# via ruamel-yaml
70
- ruff==0.1.4
70
+ ruff==0.1.15
71
71
# via -r test-requirements.in
72
72
tomli==2.0.1
73
73
# via -r test-requirements.in
You can’t perform that action at this time.
0 commit comments