Skip to content

Commit 5f0298d

Browse files
[pre-commit.ci] pre-commit autoupdate (#10625)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.13.2...v0.13.3) - [github.com/PyCQA/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.7.0](tox-dev/pyproject-fmt@v2.6.0...v2.7.0)
1 parent a85bf0c commit 5f0298d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'",

0 commit comments

Comments
 (0)