Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 204a0c9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/pylint: v3.3.2 → v3.3.3](pylint-dev/pylint@v3.3.2...v3.3.3) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1) - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.1...v0.8.6)
1 parent b5d6262 commit 204a0c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- --diff
1414
- --check
1515
- repo: https://github.com/PyCQA/pylint
16-
rev: v3.3.2
16+
rev: v3.3.3
1717
hooks:
1818
- id: pylint
1919
args:
@@ -27,7 +27,7 @@ repos:
2727
- pydantic~=2.10.4
2828
- pydantic-yaml~=1.4.0
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.13.0
30+
rev: v1.14.1
3131
hooks:
3232
- id: mypy
3333
name: mypy
@@ -37,7 +37,7 @@ repos:
3737
- pydantic~=2.10.4
3838
- pydantic-yaml~=1.4.0
3939
- repo: https://github.com/asottile/pyupgrade
40-
rev: v3.19.0
40+
rev: v3.19.1
4141
hooks:
4242
- id: pyupgrade
4343
args:
@@ -51,7 +51,7 @@ repos:
5151
- --diff
5252
- --check
5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: 'v0.8.1'
54+
rev: 'v0.8.6'
5555
hooks:
5656
- id: ruff
5757
name: ruff

0 commit comments

Comments
 (0)