Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit72f8a50

Browse files
committed
Bump linters.
1 parenta220cea commit72f8a50

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

‎.pre-commit-config.yaml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
exclude:docs/_static
22
repos:
33
-repo:https://github.com/astral-sh/ruff-pre-commit
4-
rev:v0.12.5
4+
rev:v0.13.0
55
hooks:
66
-id:ruff-check
77
args:[ --fix ]
88
-id:ruff-format
99
-repo:https://github.com/adamchainz/blacken-docs
10-
rev:1.19.1
10+
rev:1.20.0
1111
hooks:
1212
-id:blacken-docs
1313
additional_dependencies:
1414
-black==25.1.0
1515
-repo:https://github.com/pre-commit/pre-commit-hooks
16-
rev:v5.0.0
16+
rev:v6.0.0
1717
hooks:
1818
-id:end-of-file-fixer
1919
-id:trailing-whitespace

‎tox.ini‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ commands = py.test --cov=parsel --cov-report=xml {posargs:docs parsel tests}
1010
[testenv:typing]
1111
deps =
1212
{[testenv]deps}
13-
types-jmespath==1.0.2.20250711
14-
types-lxml==2025.3.30
15-
types-psutil==7.0.0.20250601
13+
types-jmespath==1.0.2.20250809
14+
types-lxml==2025.8.25
15+
types-psutil==7.0.0.20250822
1616
py==1.11.0
17-
mypy==1.17.0
17+
mypy==1.18.1
1818
commands =
1919
mypy {posargs:parsel tests} --strict
2020

2121
[testenv:pylint]
2222
deps =
2323
{[testenv]deps}
24-
pylint==3.3.7
24+
pylint==3.3.8
2525
commands =
2626
pylint docs parsel tests
2727

@@ -42,8 +42,8 @@ commands =
4242
[testenv:twinecheck]
4343
basepython = python3
4444
deps =
45-
twine==6.1.0
46-
build==1.2.2.post1
45+
twine==6.2.0
46+
build==1.3.0
4747
commands =
4848
python -m build --sdist
4949
twine check dist/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp