We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49aa569 commit 330a9dcCopy full SHA for 330a9dc
1 file changed
setup.cfg
@@ -12,7 +12,7 @@ python_version = 3.12
12
disallow_untyped_calls = False
13
disallow_untyped_defs = True
14
check_untyped_defs = True
15
-exclude = tests/|venv/|dev/|fair_higgs/ingestion_program|fair_higgs/scoring_program
+exclude = tests/|.venv/|dev/
16
no_strict_optional = True
17
disable_error_code = attr-defined, override, union-attr
18
0 commit comments