mirror of
https://github.com/containers/ramalama.git
synced 2026-02-05 06:46:39 +01:00
Install OpenSSL for Windows CI. Replace htpasswd cli with bcrypt. isatty() is True for NUL on Windows but false for /dev/null. Use a pipe instead for testing tty logic. Signed-off-by: Oliver Walsh <owalsh@redhat.com>
6 lines
154 B
INI
6 lines
154 B
INI
[flake8]
|
|
max-line-length = 120
|
|
# E203,E221,E231 conflict with black formatting
|
|
extend-ignore = E203,E221,E231,E702,F824
|
|
extend-exclude = .venv,venv,build
|