Skip to content

Commit 2f08410

Browse files
committed
chore(deps): bump all dependencies
virtualenv CVE
1 parent 094744d commit 2f08410

File tree

6 files changed

+258
-286
lines changed

6 files changed

+258
-286
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ default_stages: [commit]
88

99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v2.4.0
11+
rev: v5.0.0
1212
hooks:
1313
- id: trailing-whitespace
1414
exclude: .github/CODEOWNERS
@@ -35,13 +35,6 @@ repos:
3535
hooks:
3636
- id: check-useless-excludes
3737

38-
- repo: https://github.com/pre-commit/mirrors-mypy
39-
rev: d6e31ae # v0.782
40-
hooks:
41-
- id: mypy
42-
args: [--config=./setup.cfg]
43-
types: ["python"]
44-
4538
- repo: local
4639
hooks:
4740
- id: black
@@ -56,6 +49,14 @@ repos:
5649
entry: venv/bin/isort --check-only --diff
5750
types: ["python"]
5851

52+
- id: mypy
53+
name: mypy
54+
language: system
55+
entry: venv/bin/mypy
56+
require_serial: true
57+
files: src/
58+
types: [ "python" ]
59+
5960
- id: pylint
6061
name: pylint
6162
language: system

dev-requirements.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
black
22
isort
3+
mypy
34
pre-commit
45
pylint
56
pytest
7+
types-PyYAML

0 commit comments

Comments
 (0)