summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichael Johnson <johnsomor@gmail.com>2023-02-13 21:07:15 +0000
committerMichael Johnson <johnsomor@gmail.com>2023-02-13 21:08:15 +0000
commit34292ee649e038631b39fb6bb969a83e6e901ff1 (patch)
tree255128bd507b693ab2b10e0370079846bfb8473c /tox.ini
parent483e0d16c6b357a610634ad5f7db9ab61b41d353 (diff)
downloadpython-designateclient-34292ee649e038631b39fb6bb969a83e6e901ff1.tar.gz
Add hacking check for line continuation backslash
This patch adds a hacking check for line continuation backslashes and fixes the occurences that existed in the code. Change-Id: I13cd03e16698b7f1d8036815d12a665bd1156f2f
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 8677040..7ccf3a8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -112,4 +112,5 @@ extension =
D708 = checks:check_python3_xrange
D709 = checks:check_no_log_audit
D710 = checks:check_no_log_warn
+ D711 = checks:check_line_continuation_no_backslash
paths = ./designateclient/hacking