Skip to content

Commit 444be15

Browse files
chore: pre-commit autoupdate (#4859)
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 4aaf7be commit 444be15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ repos:
160160
- id: ruff-check
161161
alias: ruff
162162
- repo: https://github.com/pre-commit/mirrors-mypy
163-
rev: v1.18.2
163+
rev: v1.19.0
164164
hooks:
165165
- id: mypy
166166
# "." and pass_files are used to make pre-commit mypy behave the same as standalone mypy
@@ -190,7 +190,7 @@ repos:
190190
- id: pyright
191191
additional_dependencies: *deps
192192
- repo: https://github.com/pycqa/pylint
193-
rev: v4.0.3
193+
rev: v4.0.4
194194
hooks:
195195
- id: pylint
196196
args:

0 commit comments

Comments
 (0)