.. |
templates
|
Mail guide: OS X -> macOS (#2306)
|
2024-03-23 09:04:43 -04:00 |
auth.py
|
Fixed PLW1514 (unspecified-encoding): `open` in text mode without explicit `encoding` argument
|
2024-03-10 07:56:49 -04:00 |
backup.py
|
Fixed F811 (redefined-while-unused): Redefinition of unused `sys` from line 10
|
2024-03-10 07:56:49 -04:00 |
cli.py
|
Fixed SIM105 (suppressible-exception)
|
2024-03-10 07:56:49 -04:00 |
csr_country_codes.tsv
|
drop the CSR_COUNTRY setting and ask within the control panel
|
2015-12-26 11:48:23 -05:00 |
daemon.py
|
Fixed E721 (type-comparison): Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
|
2024-03-10 07:56:49 -04:00 |
daily_tasks.sh
|
daily_tasks.sh: redirect stderr to stdout (#1768)
|
2020-06-07 09:56:45 -04:00 |
dns_update.py
|
More robust reading of sshd configuration (#2330)
|
2024-03-23 11:16:40 -04:00 |
email_administrator.py
|
Fixed Q003 (avoidable-escaped-quote): Change outer quotes to avoid escaping inner quotes
|
2024-03-10 07:54:51 -04:00 |
mail_log.py
|
Fixed PERF401 (manual-list-comprehension): Use a list comprehension to create a transformed list
|
2024-03-10 07:56:49 -04:00 |
mailconfig.py
|
Fixed UP032 (f-string): Use f-string instead of `format` call
|
2024-03-10 07:56:49 -04:00 |
mfa.py
|
Fixed E721 (type-comparison): Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
|
2024-03-10 07:56:49 -04:00 |
munin_start.sh
|
update bind9 configuration
|
2018-10-03 14:28:43 -04:00 |
ssl_certificates.py
|
Fixed RUF010 (explicit-f-string-type-conversion): Use explicit conversion flag
|
2024-03-10 07:56:49 -04:00 |
status_checks.py
|
More robust reading of sshd configuration (#2330)
|
2024-03-23 11:16:40 -04:00 |
utils.py
|
More robust reading of sshd configuration (#2330)
|
2024-03-23 11:16:40 -04:00 |
web_update.py
|
Fixed RUF005 (collection-literal-concatenation)
|
2024-03-10 07:56:49 -04:00 |
wsgi.py
|
Fixed W292 (missing-newline-at-end-of-file): No newline at end of file
|
2024-03-10 07:56:49 -04:00 |