1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-01-24 12:47:05 +00:00
Commit Graph

22 Commits

Author SHA1 Message Date
Teal Dulcet
0ee995f175 Fixed F841 (unused-variable): Local variable conffile is assigned to but never used 2025-01-12 07:31:29 -08:00
Teal Dulcet
2021c6d501 Fixed RUF039 (unraw-re-pattern) 2025-01-12 07:27:27 -08:00
Teal Dulcet
1782b69405 Fixed PLC1901 (compare-to-empty-string) 2025-01-12 06:07:00 -08:00
Teal Dulcet
1efb5d5c99 Fixed RET504 (unnecessary-assign): Unnecessary assignment to v before return statement 2025-01-12 05:50:26 -08:00
Teal Dulcet
a4af9273ee Fixed RUF055 (unnecessary-regular-expression): Plain string pattern passed to re function 2025-01-12 05:50:25 -08:00
Teal Dulcet
d7d91eeb79 Fixed Q003 (avoidable-escaped-quote): Change outer quotes to avoid escaping inner quotes 2025-01-12 05:50:25 -08:00
Teal Dulcet
2dc4dd1e1a Fixed W605 (invalid-escape-sequence) 2025-01-12 05:50:25 -08:00
Teal Dulcet
34d1e47ff7 Fixed PLR6201 (literal-membership): Use a set literal when testing for membership 2025-01-12 05:50:25 -08:00
Teal Dulcet
ee240c654d Fixed PLW1514 (unspecified-encoding): open in text mode without explicit encoding argument 2025-01-12 05:50:25 -08:00
Teal Dulcet
b412e7b4ba Fixed UP015 (redundant-open-modes): Unnecessary open mode parameters 2025-01-12 05:50:24 -08:00
Teal Dulcet
93099ce8d8 Fixed UP032 (f-string): Use f-string instead of format call 2025-01-12 05:50:24 -08:00
Teal Dulcet
58b9a59114 Fixed RUF039 (unraw-re-pattern) 2025-01-12 05:50:22 -08:00
Teal Dulcet
b1e094afe5 Fixed UP031 (printf-string-formatting): Use format specifiers instead of percent format 2025-01-12 05:49:17 -08:00
Teal Dulcet
4f2d69d932 Fixed syntax in readable_bash.py. 2025-01-08 02:50:04 -08: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