Skip to content

Commit

Permalink
Add 'dev-extras-required' pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Jun 15, 2021
1 parent 1b632fc commit 9adb9d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ repos:
args:
- -config=https://github.com/mondeja/repo-stream-config
- -updater=upstream
- repo: https://github.com/mondeja/pre-commit-hooks
rev: v1.1.2
hooks:
- id: dev-extras-required
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ console_scripts =
check-entries-hook = hooks.check_entries:main

[options.extras_require]
dev =
pytest==6.2.0
pytest-cov==2.12.1
test =
pytest==6.2.0
pytest-cov==2.12.1
Expand Down

0 comments on commit 9adb9d7

Please sign in to comment.