Skip to content

Commit 2c7b438

Browse files
committed
added missing dependencies
1 parent a9803ce commit 2c7b438

File tree

3 files changed

+122
-37
lines changed

3 files changed

+122
-37
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@ repos:
44
hooks:
55
- id: flake8
66
name: flake8
7-
entry: poetry run flake8 .
7+
entry: flake8 .
88
language: system
99
types: [python]
1010
always_run: true
1111
pass_filenames: false
1212
- id: black
1313
name: black
14-
entry: poetry run black .
14+
entry: black .
1515
language: system
1616
types: [python]
1717
always_run: true
1818
pass_filenames: false
1919
- id: mypy
2020
name: mypy
21-
entry: poetry run mypy .
21+
entry: mypy .
2222
language: system
2323
types: [python]
2424
always_run: true
2525
pass_filenames: false
2626
- id: pytest
2727
name: pytest
28-
entry: poetry run pytest -vv
28+
entry: pytest -vv
2929
language: system
3030
types: [python]
3131
always_run: true

poetry.lock

Lines changed: 113 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)