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 2020 doc/data/messages/m/missing-final-newline/bad/crlf.py
2121 )$
2222 - repo : https://github.com/astral-sh/ruff-pre-commit
23- rev : " v0.13.2 "
23+ rev : " v0.13.3 "
2424 hooks :
2525 - id : ruff-check
2626 args : ["--fix"]
@@ -38,11 +38,11 @@ repos:
3838 exclude : tests(/\w*)*/functional/|tests/input|doc/data/messages|examples/|setup.py|tests(/\w*)*data/
3939 types : [python]
4040 - repo : https://github.com/PyCQA/isort
41- rev : 6.0.1
41+ rev : 6.1.0
4242 hooks :
4343 - id : isort
4444 exclude : doc/data/messages/
45- - repo : https://github.com/psf/black
45+ - repo : https://github.com/psf/black-pre-commit-mirror
4646 rev : 25.9.0
4747 hooks :
4848 - id : black
@@ -167,7 +167,7 @@ repos:
167167 additional_dependencies :
168168 - tomli
169169 - repo : https://github.com/tox-dev/pyproject-fmt
170- rev : " v2.6 .0"
170+ rev : " v2.7 .0"
171171 hooks :
172172 - id : pyproject-fmt
173173 - repo : https://github.com/abravalheri/validate-pyproject
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dependencies = [
4040 # Also upgrade requirements_test_min.txt.
4141 # Pinned to dev of second minor update to allow editable installs and fix primer issues,
4242 # see https://github.com/pylint-dev/astroid/issues/1341
43- " astroid>=4,<=4.1.0. dev0" ,
43+ " astroid>=4,<=4.1.dev0" ,
4444 " colorama>=0.4.5; sys_platform=='win32'" ,
4545 " dill>=0.2; python_version<'3.11'" ,
4646 " dill>=0.3.6; python_version>='3.11'" ,
You can’t perform that action at this time.
0 commit comments