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

Skip to content

Commit dbb7ece

Browse files
matthewfeickertchahak13
authored andcommitted
MNT: Update pre-commit hooks
* github.com/pycqa/flake8: v4.0.1 → v5.0.4 * github.com/codespell-project/codespell: v2.1.0 → v2.2.2
1 parent 709d7e3 commit dbb7ece

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
@@ -25,13 +25,13 @@ repos:
2525
- id: trailing-whitespace
2626
exclude_types: [svg]
2727
- repo: https://github.com/pycqa/flake8
28-
rev: 4.0.1
28+
rev: 5.0.4
2929
hooks:
3030
- id: flake8
3131
additional_dependencies: [pydocstyle>5.1.0, flake8-docstrings>1.4.0, flake8-force]
3232
args: ["--docstring-convention=all"]
3333
- repo: https://github.com/codespell-project/codespell
34-
rev: v2.1.0
34+
rev: v2.2.2
3535
hooks:
3636
- id: codespell
3737
files: ^.*\.(py|c|cpp|h|m|md|rst|yml)$

0 commit comments

Comments
 (0)