Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 115dbcf

Browse files
[pre-commit.ci] pre-commit autoupdate (psf#4943)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: cobalt <[email protected]>
1 parent a998a18 commit 115dbcf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- commonmark==0.9.1
2525

2626
- repo: https://github.com/pycqa/isort
27-
rev: 6.1.0
27+
rev: 7.0.0
2828
hooks:
2929
- id: isort
3030

@@ -39,7 +39,7 @@ repos:
3939
exclude: ^src/blib2to3/
4040

4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: v1.19.0
42+
rev: v1.19.1
4343
hooks:
4444
- id: mypy
4545
exclude: ^docs/conf.py$
@@ -73,7 +73,7 @@ repos:
7373
- types-pyyaml
7474

7575
- repo: https://github.com/rbubley/mirrors-prettier
76-
rev: v3.6.2
76+
rev: v3.8.0
7777
hooks:
7878
- id: prettier
7979
types_or: [markdown, yaml, json]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ macos-max-compat = true
139139

140140
[tool.hatch.build.targets.wheel.hooks.mypyc]
141141
enable-by-default = false
142-
dependencies = ["hatch-mypyc>=0.16.0", "mypy==1.19.0"]
142+
dependencies = ["hatch-mypyc>=0.16.0", "mypy==1.19.1"]
143143
require-runtime-dependencies = true
144144
exclude = [
145145
# There's no good reason for blackd to be compiled.

0 commit comments

Comments
 (0)