Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
Add pyproject.toml and setup.cfg as well for completeness.

Co-Authored-By: Anthony Sottile <asottile@umich.edu>
  • Loading branch information
atugushev and asottile committed Oct 30, 2019
1 parent 7f21433 commit 1bff1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
description: Automatically compile requirements.
entry: pip-compile
language: python
files: (requirements\.in|setup\.py)$
files: (^pyproject\.toml|requirements\.in|^setup\.(cfg|py))$

0 comments on commit 1bff1e9

Please sign in to comment.