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

Skip to content

Commit acfef85

Browse files
authored
Merge pull request #28003 from matplotlib/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 97c1282 + e5eb0e5 commit acfef85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.8.0
31+
rev: v1.9.0
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: 6.1.0
45+
rev: 7.0.0
4646
hooks:
4747
- id: flake8
4848
additional_dependencies:
@@ -74,12 +74,12 @@ repos:
7474
- sphinx>=1.8.1
7575
- tomli
7676
- repo: https://github.com/adrienverge/yamllint
77-
rev: v1.29.0
77+
rev: v1.35.1
7878
hooks:
7979
- id: yamllint
8080
args: ["--strict", "--config-file=.yamllint.yml"]
8181
- repo: https://github.com/python-jsonschema/check-jsonschema
82-
rev: 0.28.0
82+
rev: 0.28.1
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)