Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c085264

Browse filesBrowse files
committed
Bump (most) pre-commit versions
1 parent 349aa96 commit c085264
Copy full SHA for c085264

File tree

Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed

‎.pre-commit-config.yaml

Copy file name to clipboardExpand all lines: .pre-commit-config.yaml
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
- id: trailing-whitespace
2929
exclude_types: [svg]
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.14.1
31+
rev: v1.15.0
3232
hooks:
3333
- id: mypy
3434
additional_dependencies:
@@ -44,7 +44,7 @@ repos:
4444

4545
- repo: https://github.com/astral-sh/ruff-pre-commit
4646
# Ruff version.
47-
rev: v0.11.0
47+
rev: v0.11.5
4848
hooks:
4949
# Run the linter.
5050
- id: ruff
@@ -60,7 +60,7 @@ repos:
6060
- "--skip"
6161
- "doc/project/credits.rst"
6262
- repo: https://github.com/pycqa/isort
63-
rev: 5.13.2
63+
rev: 6.0.1
6464
hooks:
6565
- id: isort
6666
name: isort (python)
@@ -73,12 +73,12 @@ repos:
7373
- sphinx>=1.8.1
7474
- tomli
7575
- repo: https://github.com/adrienverge/yamllint
76-
rev: v1.35.1
76+
rev: v1.37.0
7777
hooks:
7878
- id: yamllint
7979
args: ["--strict", "--config-file=.yamllint.yml"]
8080
- repo: https://github.com/python-jsonschema/check-jsonschema
81-
rev: 0.30.0
81+
rev: 0.33.0
8282
hooks:
8383
# TODO: Re-enable this when https://github.com/microsoft/azure-pipelines-vscode/issues/567 is fixed.
8484
# - id: check-azure-pipelines

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.