Add TOR_EXTRA_OPTIONS in torrc template

This commit is contained in:
Christophe Mehay 2020-02-16 12:26:30 +01:00
parent 4c3c04e7a5
commit 200900af4d
4 changed files with 51 additions and 11 deletions

View file

@ -1,6 +1,6 @@
repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v2.2.1
rev: v2.5.0
hooks:
- id: check-added-large-files
- id: check-docstring-first
@ -14,11 +14,11 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: 'v1.4.4'
rev: v1.5
hooks:
- id: autopep8
- repo: git://github.com/asottile/reorder_python_imports
rev: v1.4.0
rev: v1.9.0
hooks:
- id: reorder-python-imports
language_version: python3