mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
refactor(frontend-python): re-write bit width assignment
This commit is contained in:
@@ -16,6 +16,7 @@ ignore = [
|
||||
"**/__init__.py" = ["F401"]
|
||||
"concrete/fhe/compilation/configuration.py" = ["ARG002"]
|
||||
"concrete/fhe/mlir/processors/all.py" = ["F401"]
|
||||
"concrete/fhe/mlir/processors/assign_bit_widths.py" = ["ARG002"]
|
||||
"concrete/fhe/mlir/converter.py" = ["ARG002", "B011", "F403", "F405"]
|
||||
"examples/**" = ["PLR2004"]
|
||||
"tests/**" = ["PLR2004", "PLW0603", "SIM300", "S311"]
|
||||
|
||||
Reference in New Issue
Block a user