1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-04 00:17:06 +00:00
Commit Graph

20 Commits

Author SHA1 Message Date
Teal Dulcet
cd764e537d Fixed PLC1901 (compare-to-empty-string) 2025-03-21 05:11:06 -07:00
Teal Dulcet
73b748f619 Fixed RET504 (unnecessary-assign): Unnecessary assignment to v before return statement 2025-03-21 05:11:06 -07:00
Teal Dulcet
6b5638f4d3 Fixed RUF055 (unnecessary-regular-expression): Plain string pattern passed to re function 2025-03-21 05:11:06 -07:00
Teal Dulcet
85deb42935 Fixed Q003 (avoidable-escaped-quote): Change outer quotes to avoid escaping inner quotes 2025-03-21 05:11:06 -07:00
Teal Dulcet
eaf9668572 Fixed W605 (invalid-escape-sequence) 2025-03-21 05:11:06 -07:00
Teal Dulcet
a7f265c250 Fixed PLR6201 (literal-membership): Use a set literal when testing for membership 2025-03-21 05:11:05 -07:00
Teal Dulcet
ca452e918e Fixed PLW1514 (unspecified-encoding): open in text mode without explicit encoding argument 2025-03-21 04:39:07 -07:00
Teal Dulcet
fd2e4fdeeb Fixed UP015 (redundant-open-modes): Unnecessary open mode parameters 2025-03-21 04:39:07 -07:00
Teal Dulcet
386055b941 Fixed UP032 (f-string): Use f-string instead of format call 2025-03-21 04:39:06 -07:00
Teal Dulcet
4e3e85cd14 Fixed RUF039 (unraw-re-pattern) 2025-03-21 04:39:05 -07:00
Teal Dulcet
de9781af5a Fixed UP031 (printf-string-formatting): Use format specifiers instead of percent format 2025-03-21 04:39:03 -07:00
Teal Dulcet
c659fe14b0 Fixed syntax in readable_bash.py. 2025-03-21 04:39:03 -07:00
Teal Dulcet
c585c1ecf6 Fixed W291 (trailing-whitespace): Trailing whitespace 2024-03-10 07:56:49 -04:00
Hugh Secker-Walker
820a39b865
chore(python open): Refactor open and gzip.open to use context manager (#2203)
Co-authored-by: Hugh Secker-Walker <hsw+miac@hodain.net>
2023-01-15 08:28:43 -05:00
Marcus Bointon
cfc8fb484c
Add rate limiting of SSH in the firewall (#1770)
See #1767.
2020-06-07 09:47:51 -04:00
Joshua Tauberer
d53332b7cf drop the CSR_COUNTRY setting and ask within the control panel 2015-12-26 11:48:23 -05:00
Joshua Tauberer
0b5bf602aa various improvements in bash comments 2014-10-15 11:46:20 -04:00
Joshua Tauberer
5fd107cae5 more work on making the bash scripts readable 2014-10-04 17:57:26 -04:00
Joshua Tauberer
6c59294e7b more readable bash 2014-09-21 16:05:11 -04:00
Joshua Tauberer
9d40a12f44 first pass at making readable documentation by parsing the bash scripts 2014-09-21 13:43:31 -04:00