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

Commit a6fbadf

Browse files
pre-commit autoupdate (#58)
updates: - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/PyCQA/pylint: v3.2.7 → v3.3.1](pylint-dev/pylint@v3.2.7...v3.3.1) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.0](asottile/pyupgrade@v3.17.0...v3.19.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.7.2](astral-sh/ruff-pre-commit@v0.6.3...v0.7.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent aa7f8c2 commit a6fbadf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ ci:
66

77
repos:
88
- repo: https://github.com/psf/black
9-
rev: 24.8.0
9+
rev: 24.10.0
1010
hooks:
1111
- id: black
1212
args:
1313
- --diff
1414
- --check
1515
- repo: https://github.com/PyCQA/pylint
16-
rev: v3.2.7
16+
rev: v3.3.1
1717
hooks:
1818
- id: pylint
1919
args:
@@ -27,7 +27,7 @@ repos:
2727
- pydantic~=2.9.2
2828
- pydantic-yaml~=1.3.0
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.11.2
30+
rev: v1.13.0
3131
hooks:
3232
- id: mypy
3333
name: mypy
@@ -37,7 +37,7 @@ repos:
3737
- pydantic~=2.9.2
3838
- pydantic-yaml~=1.3.0
3939
- repo: https://github.com/asottile/pyupgrade
40-
rev: v3.17.0
40+
rev: v3.19.0
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.6.3'
54+
rev: 'v0.7.2'
5555
hooks:
5656
- id: ruff
5757
name: ruff

0 commit comments

Comments
 (0)