fft/ruff.toml

4 lines
75 B
TOML

[lint]
# E722: bare except
# F401: unused import
ignore = ["E722", "F401"]