Skip to content

Commit 56a0627

Browse files
author
Hugo Osvaldo Barrera
authored
Merge pull request #460 from pimutils/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 449bb74 + 5852bf2 commit 56a0627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/PyCQA/flake8
21-
rev: "3.9.2" # pick a git hash / tag to point to
21+
rev: "4.0.1" # pick a git hash / tag to point to
2222
hooks:
2323
- id: flake8
2424
additional_dependencies:
@@ -30,7 +30,7 @@ repos:
3030
- id: pyupgrade
3131
args: [--py37-plus]
3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: "v0.910"
33+
rev: "v0.910-1"
3434
hooks:
3535
- id: mypy
3636
additional_dependencies:

0 commit comments

Comments
 (0)