1
0
mirror of https://github.com/containers/ramalama.git synced 2026-02-05 15:47:26 +01:00
Files
ramalama/.flake8
Oliver Walsh 2ac039a8f7 Fix e2e tests on windows
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>
2025-12-12 16:33:23 +00:00

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