From c06aae229de9ba55cc6e7395d412210f8685544f Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 21 Apr 2019 19:03:56 +0300
Subject: [PATCH] Check for sorted requirements.txt.

---
 .pre-commit-config.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 68d2504..03b420a 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -11,6 +11,7 @@ repos:
     -   id: trailing-whitespace
     -   id: flake8
         exclude: pythonrc.py|rabbitmqadmin
+    -   id: requirements-txt-fixer
 -   repo: https://www.shore.co.il/git/shell-pre-commit/
     rev: v0.6.0
     hooks:
-- 
GitLab