Joshua Boniface
|
0bf130077c
|
Lint: W605 invalid escape sequence '<char>'
The previous attempt to correct these with character classes failed.
Instead, use the proper `r'blah'` regex formatting.
|
2020-11-07 17:41:09 -05:00 |
Joshua Boniface
|
3ed97d209f
|
Revert "Lint: W605 invalid escape sequence '\^'"
This reverts commit 639937f9c2 .
|
2020-11-07 17:39:34 -05:00 |
Joshua Boniface
|
f33398458e
|
Revert "Lint: W605 invalid escape sequence '\$'"
This reverts commit 76b1cafdcc .
|
2020-11-07 17:38:03 -05:00 |
Joshua Boniface
|
260b39ebf2
|
Lint: E302 expected 2 blank lines, found X
|
2020-11-07 14:45:24 -05:00 |
Joshua Boniface
|
e9643651f7
|
Lint: F401 'daemon_lib.ansiprint' imported but unused
Removing further obsolete code from daemon-lib
|
2020-11-07 13:50:27 -05:00 |
Joshua Boniface
|
449f766a2c
|
Lint: F821 undefined name 'zk_conn'
Actually removes these entire sections of dead code; the daemon-common
library does no formatting at all since it is no longer used by the CLI.
|
2020-11-07 13:45:26 -05:00 |
Joshua Boniface
|
d2e5ede399
|
Lint: E202 whitespace before ')'
|
2020-11-07 12:58:54 -05:00 |
Joshua Boniface
|
c88965e898
|
Lint: E201 whitespace after '('
|
2020-11-07 12:39:27 -05:00 |
Joshua Boniface
|
fad27a7f4d
|
Lint: E131 continuation line unaligned for hanging indent
|
2020-11-06 22:29:49 -05:00 |
Joshua Boniface
|
69858788c1
|
Lint: E227 missing whitespace around bitwise or shift operator
|
2020-11-06 21:41:10 -05:00 |
Joshua Boniface
|
2eef6a1c21
|
Lint: E265 block comment should start with '# '
|
2020-11-06 21:32:17 -05:00 |
Joshua Boniface
|
4b47a2424c
|
Lint: E303 too many blank lines (2)
|
2020-11-06 21:16:52 -05:00 |
Joshua Boniface
|
cb2defbde9
|
Lint: W391 blank line at end of file
|
2020-11-06 21:14:19 -05:00 |
Joshua Boniface
|
5da314902f
|
Lint: F841 local variable '<variable>' is assigned to but never used
|
2020-11-06 21:13:13 -05:00 |
Joshua Boniface
|
fb4aafcea9
|
Lint: E111 indentation is not a multiple of four
|
2020-11-06 19:26:22 -05:00 |
Joshua Boniface
|
2d8f684fc8
|
Lint: E722 do not use bare 'except' (2)
|
2020-11-06 19:24:10 -05:00 |
Joshua Boniface
|
d9e7b7ec15
|
Lint: F401 <library> imported but unused
|
2020-11-06 19:22:49 -05:00 |
Joshua Boniface
|
ebf254f62d
|
Lint: W293 blank line contains whitespace
|
2020-11-06 19:11:07 -05:00 |
Joshua Boniface
|
76b1cafdcc
|
Lint: W605 invalid escape sequence '\$'
|
2020-11-06 19:01:22 -05:00 |
Joshua Boniface
|
639937f9c2
|
Lint: W605 invalid escape sequence '\^'
|
2020-11-06 18:59:30 -05:00 |
Joshua Boniface
|
3cf90c46ad
|
Correct bad handling of static reservations
|
2020-05-09 10:20:06 -04:00 |
Joshua Boniface
|
7b2180b626
|
Get both reservations in leases by default
|
2020-05-09 10:05:55 -04:00 |
Joshua Boniface
|
4505b239eb
|
Rename API and common Debian packages
Closes #79
|
2020-02-08 18:50:38 -05:00 |