diff options
author | Calum Lind <calumlind@gmail.com> | 2018-10-05 10:39:30 +0200 |
---|---|---|
committer | Calum Lind <calumlind@gmail.com> | 2018-10-05 10:45:42 +0200 |
commit | 0548bdb65540b780850b9a0138eb6da7d668a052 (patch) | |
tree | 0241bb5e2a4feb15899d90b8a21d7a9c09c6b00e /.gitignore | |
parent | [Docs] Add markdown support (diff) | |
download | deluge-0548bdb65540b780850b9a0138eb6da7d668a052.tar.xz deluge-0548bdb65540b780850b9a0138eb6da7d668a052.zip |
[Lint] Add pre-commit config
- Added a pre-commit config for code linting and formatting. It will
auto-format python, javascript, CSS, YAML and markdown files to save
manually doing so. To install:
pip install pre-commit
pre-commit install
- Added a default virtual environment directory to gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1f6576205..1a311cdf2 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ deluge.pot .build_data* osx/app RELEASE-VERSION +.venv |