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

Commit7ac6734

Browse files
committed
ci: update linters
1 parentd6921d4 commit7ac6734

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎.pre-commit-config.yaml‎

Lines changed: 3 additions & 3 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.9.3
3+
rev:v0.12.7
44
hooks:
55
-id:ruff
66
args:[--fix]
@@ -26,12 +26,12 @@ repos:
2626
-id:requirements-txt-fixer
2727
-id:trailing-whitespace
2828
-repo:https://github.com/codespell-project/codespell
29-
rev:v2.4.0
29+
rev:v2.4.1
3030
hooks:
3131
-id:codespell
3232
exclude_types:[json]
3333
-repo:https://github.com/python-jsonschema/check-jsonschema
34-
rev:0.31.0
34+
rev:0.33.2
3535
hooks:
3636
-id:check-jsonschema
3737
name:"Check recipe schema"

‎tox.ini‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ skip_install = true
4040
commands =
4141
mypy --install-types --non-interactive {posargs}
4242
deps =
43-
mypy==v1.14.1
43+
mypy==v1.17.1
4444
usedevelop = true
4545

4646
[testenv:pylint]
4747
commands =
4848
pylint {posargs}
4949
deps =
50-
pylint==3.3.3
50+
pylint==3.3.7
5151
usedevelop = true
5252

5353
[testenv:pypi]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp