Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
greshilov authored and commonism committed Apr 27, 2021
1 parent b9bcbe6 commit 48e8739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:
^docs/[^/]*\.svg$
- id: requirements-txt-fixer
exclude: >-
^requirements/dev.txt
^requirements/dev.txt$
- id: trailing-whitespace
- id: file-contents-sorter
files: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ compile-deps: .update-pip

.PHONY: install
install: .update-pip
@pip install -Ur requirements/dev.txt
@pip install -r requirements/dev.in -c requirements/dev.txt

.PHONY: install-dev
install-dev: .develop

0 comments on commit 48e8739

Please sign in to comment.