Skip to content

Commit 54f94f3

Browse files
chore: pre-commit autoupdate (#402)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.6.3](astral-sh/ruff-pre-commit@v0.5.6...v0.6.3) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](pre-commit/mirrors-mypy@v1.11.1...v1.11.2) - [github.com/pycqa/pylint: v3.2.6 → v3.2.7](pylint-dev/pylint@v3.2.6...v3.2.7) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Alison Hart <[email protected]>
1 parent ccd0bd4 commit 54f94f3

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
@@ -22,7 +22,7 @@ exclude: |
2222
)$
2323
repos:
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: "v0.5.6"
25+
rev: "v0.6.3"
2626
hooks:
2727
- id: ruff
2828
args: [--fix, --exit-non-zero-on-fix]
@@ -73,7 +73,7 @@ repos:
7373
- id: black
7474
language_version: python3
7575
- repo: https://github.com/pre-commit/mirrors-mypy
76-
rev: v1.11.1
76+
rev: v1.11.2
7777
hooks:
7878
- id: mypy
7979
# empty args needed in order to match mypy cli behavior
@@ -90,7 +90,7 @@ repos:
9090
- types-setuptools
9191
- types-jsonschema>=4.4.9
9292
- repo: https://github.com/pycqa/pylint
93-
rev: v3.2.6
93+
rev: v3.2.7
9494
hooks:
9595
- id: pylint
9696
additional_dependencies:

0 commit comments

Comments
 (0)