Skip to content

Commit 75c9517

Browse files
hovaescohashhar
authored andcommitted
Bump packages versions from pre-commit
1 parent 9d1512a commit 75c9517

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
repos:
22
- repo: "https://github.com/PyCQA/flake8"
3-
rev: "3.9.2"
3+
rev: "5.0.4"
44
hooks:
55
- id: "flake8"
66
name: "Python: analysis"
77

88
- repo: "https://github.com/pre-commit/mirrors-mypy"
9-
rev: "v0.910"
9+
rev: "v0.991"
1010
hooks:
1111
- id: "mypy"
1212
name: "Python: types"
1313
additional_dependencies:
1414
- "types-all"
1515

1616
- repo: https://github.com/pycqa/isort
17-
rev: 5.6.4
17+
rev: "5.10.1"
1818
hooks:
1919
- id: isort
2020
args: [ "--profile", "black"]

0 commit comments

Comments
 (0)