diff options
author | Calum Lind <calumlind@gmail.com> | 2018-10-05 16:24:36 +0200 |
---|---|---|
committer | Calum Lind <calumlind@gmail.com> | 2018-10-05 19:45:37 +0200 |
commit | a8a4fb69c099b82f3d35ac94e6198996971749dc (patch) | |
tree | 03ccc1f594bcf2cdffe9f93bfd4912d4a99b7361 /setup.py | |
parent | [Tests] Remove debug traceback (diff) | |
download | deluge-a8a4fb69c099b82f3d35ac94e6198996971749dc.tar.xz 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 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -549,7 +549,6 @@ tests_require = [ 'flake8-mutable', 'flake8-quotes', 'pre-commit', - 'pre-commit-hooks', 'pytest', 'detox', 'tox', |