File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
doc/data/messages/m/missing-final-newline/bad/crlf.py
21
21
)$
22
22
- repo : https://github.com/astral-sh/ruff-pre-commit
23
- rev : " v0.13.2 "
23
+ rev : " v0.13.3 "
24
24
hooks :
25
25
- id : ruff-check
26
26
args : ["--fix"]
@@ -38,11 +38,11 @@ repos:
38
38
exclude : tests(/\w*)*/functional/|tests/input|doc/data/messages|examples/|setup.py|tests(/\w*)*data/
39
39
types : [python]
40
40
- repo : https://github.com/PyCQA/isort
41
- rev : 6.0.1
41
+ rev : 6.1.0
42
42
hooks :
43
43
- id : isort
44
44
exclude : doc/data/messages/
45
- - repo : https://github.com/psf/black
45
+ - repo : https://github.com/psf/black-pre-commit-mirror
46
46
rev : 25.9.0
47
47
hooks :
48
48
- id : black
@@ -167,7 +167,7 @@ repos:
167
167
additional_dependencies :
168
168
- tomli
169
169
- repo : https://github.com/tox-dev/pyproject-fmt
170
- rev : " v2.6 .0"
170
+ rev : " v2.7 .0"
171
171
hooks :
172
172
- id : pyproject-fmt
173
173
- repo : https://github.com/abravalheri/validate-pyproject
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dependencies = [
40
40
# Also upgrade requirements_test_min.txt.
41
41
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
42
42
# see https://github.com/pylint-dev/astroid/issues/1341
43
- " astroid>=4,<=4.1.0. dev0" ,
43
+ " astroid>=4,<=4.1.dev0" ,
44
44
" colorama>=0.4.5; sys_platform=='win32'" ,
45
45
" dill>=0.2; python_version<'3.11'" ,
46
46
" dill>=0.3.6; python_version>='3.11'" ,
You can’t perform that action at this time.
0 commit comments