summaryrefslogtreecommitdiffstats
path: root/requirements-dev.txt
diff options
context:
space:
mode:
authorCalum Lind <calumlind@gmail.com>2018-10-05 15:24:36 +0100
committerCalum Lind <calumlind@gmail.com>2018-10-05 18:45:37 +0100
commita8a4fb69c099b82f3d35ac94e6198996971749dc (patch)
tree03ccc1f594bcf2cdffe9f93bfd4912d4a99b7361 /requirements-dev.txt
parent6cf13d112bd619c487d8ef50f6854b94a0cb86bd (diff)
downloaddeluge-a8a4fb69c099b82f3d35ac94e6198996971749dc.tar.gz
deluge-a8a4fb69c099b82f3d35ac94e6198996971749dc.tar.bz2
deluge-a8a4fb69c099b82f3d35ac94e6198996971749dc.zip
[Lint] Exclude js and css from EOF fixer
- When running pre-commit on all files it is picking up minified js and css files. Since prettier will format correctly the source files ignore them in end-of-file fixer. - The template files in web docs can be ignored too. - Removed the unneeded `pre-commit-hooks` dependency as pre-commit resolves that itself. - Include files fixed by pre-commit.
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r--requirements-dev.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
index d03e06313..6e92b511b 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -6,7 +6,6 @@ tox
tox-venv
detox
pre-commit
-pre-commit-hooks
flake8-blind-except
flake8-builtins
flake8-commas