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

Skip to content

Commit 651e910

Browse files
authored
Merge pull request #28494 from matplotlib/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 286e53b + 6f1eae7 commit 651e910

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exclude: |
1414
)
1515
repos:
1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v4.5.0
17+
rev: v4.6.0
1818
hooks:
1919
- id: check-added-large-files
2020
- id: check-docstring-first
@@ -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.9.0
31+
rev: v1.10.1
3232
hooks:
3333
- id: mypy
3434
additional_dependencies:
@@ -42,7 +42,7 @@ repos:
4242
files: lib/matplotlib # Only run when files in lib/matplotlib are changed.
4343
pass_filenames: false
4444
- repo: https://github.com/pycqa/flake8
45-
rev: 7.0.0
45+
rev: 7.1.0
4646
hooks:
4747
- id: flake8
4848
additional_dependencies:
@@ -51,7 +51,7 @@ repos:
5151
- flake8-force
5252
args: ["--docstring-convention=all"]
5353
- repo: https://github.com/codespell-project/codespell
54-
rev: v2.2.6
54+
rev: v2.3.0
5555
hooks:
5656
- id: codespell
5757
files: ^.*\.(py|c|cpp|h|m|md|rst|yml)$
@@ -79,7 +79,7 @@ repos:
7979
- id: yamllint
8080
args: ["--strict", "--config-file=.yamllint.yml"]
8181
- repo: https://github.com/python-jsonschema/check-jsonschema
82-
rev: 0.28.4
82+
rev: 0.28.6
8383
hooks:
8484
# TODO: Re-enable this when https://github.com/microsoft/azure-pipelines-vscode/issues/567 is fixed.
8585
# - id: check-azure-pipelines

0 commit comments

Comments
 (0)