8000 MNT: Update pre-commit hooks to latest versions · matplotlib/matplotlib@0836b27 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0836b27

Browse files
MNT: Update pre-commit hooks to latest versions
* Update pre-commit hooks: - https://github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.2.0 - https://github.com/pycqa/flake8: v3.9.2 → v4.0.1 This is being applied manua 8000 lly and not waiting for pre-commit.ci to apply it as pre-commit.ci hasn't been turned on yet since these hooks were introduced in PR 21583.
1 parent a436253 commit 0836b27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exclude: |
1212
)
1313
repos:
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.0.1
15+
rev: v4.2.0
1616
hooks:
1717
- id: check-added-large-files
1818
- id: check-docstring-first
@@ -22,7 +22,7 @@ repos:
2222
- id: trailing-whitespace
2323
exclude_types: [svg]
2424
- repo: https://github.com/pycqa/flake8
25-
rev: 3.9.2
25+
rev: 4.0.1
2626
hooks:
2727
- id: flake8
2828
additional_dependencies: [pydocstyle>5.1.0, flake8-docstrings>1.4.0]

0 commit comments

Comments
 (0)
0