Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mypy checks for NNCF common pruning code #2613

Closed
wants to merge 14 commits into from
Prev Previous commit
Merge branch 'develop' into issue#2494
  • Loading branch information
RitikaxShakya authored Aug 6, 2024
commit 2c84e7b5b79ce44d7e8e604bbe044dfab110f514
2 changes: 1 addition & 1 deletion .mypy.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[mypy]
files = nncf/common/sparsity, nncf/common/graph, nncf/common/accuracy_aware_training/ , nncf/common/pruning
files = nncf/common/sparsity, nncf/common/graph, nncf/common/accuracy_aware_training/ , nncf/common/pruning, nncf/common/utils/
follow_imports = silent
strict = True
implicit_optional = True
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.