mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-04 19:38:03 +03:00
[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:
parent
6cf13d112b
commit
a8a4fb69c0
14 changed files with 13 additions and 16 deletions
1
setup.py
1
setup.py
|
@ -549,7 +549,6 @@ tests_require = [
|
|||
'flake8-mutable',
|
||||
'flake8-quotes',
|
||||
'pre-commit',
|
||||
'pre-commit-hooks',
|
||||
'pytest',
|
||||
'detox',
|
||||
'tox',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue