Skip to content

Commit 9e6683a

Browse files
authored
Merge pull request #190 from matplotlib/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 7960b2d + 2274df4 commit 9e6683a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ repos:
1515
- id: trailing-whitespace
1616
exclude_types: [svg]
1717
- repo: https://github.com/pycqa/flake8
18-
rev: 7.1.1
18+
rev: 7.2.0
1919
hooks:
2020
- id: flake8
2121
additional_dependencies: [flake8-force]
2222
- repo: https://github.com/codespell-project/codespell
23-
rev: v2.3.0
23+
rev: v2.4.1
2424
hooks:
2525
- id: codespell
2626
files: ^.*\.(py|c|cpp|h|m|md|rst|yml)$
2727
args: ["--ignore-words", "ci/codespell-ignore-words.txt"]
2828
- repo: https://github.com/adrienverge/yamllint
29-
rev: v1.35.1
29+
rev: v1.37.0
3030
hooks:
3131
- id: yamllint
3232
- repo: https://github.com/python-jsonschema/check-jsonschema
33-
rev: 0.30.0
33+
rev: 0.32.1
3434
hooks:
3535
- id: check-jsonschema
3636
files: ^packages/.*\.yml$

0 commit comments

Comments
 (0)