Skip to content

Commit df82da8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.10 → v0.5.1](astral-sh/ruff-pre-commit@v0.4.10...v0.5.1) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1) - [github.com/pycqa/pylint: v3.2.3 → v3.2.5](pylint-dev/pylint@v3.2.3...v3.2.5)
1 parent 553c9e4 commit df82da8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
types: [file, yaml]
3434
entry: yamllint --strict
3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: "v0.4.10"
36+
rev: "v0.5.1"
3737
hooks:
3838
- id: ruff
3939
args: [--fix, --exit-non-zero-on-fix]
@@ -43,7 +43,7 @@ repos:
4343
- id: black
4444
language_version: python3
4545
- repo: https://github.com/pre-commit/mirrors-mypy
46-
rev: v1.10.0
46+
rev: v1.10.1
4747
hooks:
4848
- id: mypy
4949
# empty args needed in order to match mypy cli behavior
@@ -54,7 +54,7 @@ repos:
5454
- packaging
5555
- rich>=11.0.0
5656
- repo: https://github.com/pycqa/pylint
57-
rev: v3.2.3
57+
rev: v3.2.5
5858
hooks:
5959
- id: pylint
6060
# see https://github.com/PyCQA/pylint/issues/6535

0 commit comments

Comments
 (0)