[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.
This commit is contained in:
Calum Lind 2018-10-05 15:24:36 +01:00
parent 6cf13d112b
commit a8a4fb69c0
14 changed files with 13 additions and 16 deletions

View file

@ -3,4 +3,4 @@ The Deluge Core
.. toctree::
DelugeRPC <rpc>
DelugeRPC <rpc>

View file

@ -102,4 +102,4 @@ Remote API
----------
.. autoclass:: deluge.__rpcapi.RpcApi
:members:
:members:

View file

@ -1,2 +1,2 @@
Deluge Console UI
=================
=================

View file

@ -1,2 +1,2 @@
Deluge GTK UI
=============
=============

View file

@ -7,4 +7,4 @@ Interfaces.
Gtk Interface <gtk>
Web Interface <web>
Console Interface <console>
Console Interface <console>

View file

@ -16,4 +16,4 @@ for information on creating one) you are able to specify which you want to use.
There are 2 ways to enable SSL encryption in the webserver, 1 is to specify it
in your configuration (accessible via the Preferences window). The other is to
add '--ssl' when running the webserver, which will override the configuration
value and enable SSL.
value and enable SSL.