Skip to content

Commit ffa494c

Browse files
committed
Bump tool versions.
1 parent 4dc56de commit ffa494c

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.13.0
3+
rev: v0.14.4
44
hooks:
55
- id: ruff-check
66
args: [ --fix ]
@@ -10,7 +10,7 @@ repos:
1010
hooks:
1111
- id: blacken-docs
1212
additional_dependencies:
13-
- black==25.1.0
13+
- black==25.9.0
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
1515
rev: v6.0.0
1616
hooks:

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ exclude_also = [
6464
"def __repr__",
6565
"if sys.version_info",
6666
"if __name__ == '__main__':",
67-
"if TYPE_CHECKING:",
6867
]
6968

7069
[tool.pylint.MASTER]

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ envlist = pre-commit,pylint,py,docs,typing
44
[testenv]
55
deps =
66
lxml>=4.4
7-
pytest-cov>=2.8
7+
pytest-cov>=7.0.0
88
pytest>=5.4
99
sybil
1010
commands =
@@ -15,7 +15,7 @@ commands =
1515
[testenv:pylint]
1616
deps =
1717
{[testenv]deps}
18-
pylint==3.3.8
18+
pylint==4.0.2
1919
commands =
2020
pylint {posargs: cssselect tests docs}
2121

@@ -29,7 +29,7 @@ commands =
2929
[testenv:typing]
3030
deps =
3131
{[testenv]deps}
32-
mypy==1.18.1
32+
mypy==1.18.2
3333
types-lxml==2025.8.25
3434
commands =
3535
mypy --strict {posargs: cssselect tests}

0 commit comments

Comments
 (0)