linux-user: Fix "print_fdset()" in "strace.c" to not print ", " after last value
[qemu/ar7.git] / python / qemu / .flake8
blob45d8146f3f50b8bbc83aa6ad9255874f38bc1bbf
1 [flake8]
2 extend-ignore = E722  # Pylint handles this, but smarter.