16
16
# This list may be expanded in the future
17
17
select=E9,F63,F7,F82
18
18
19
- exclude =
19
+ per-file-ignores =
20
20
# Known issues with rb tests. Currently skipped, but technically have F821 errors
21
- test/unit/extras/rb/test_analysis.py
22
- test/unit/extras/rb/test_group.py
23
- test/unit/extras/rb/test_sample.py
24
- test/unit/extras/rb/test_theory.py
25
- test/unit/tools/test_internalgates.py
26
- test/test_packages/extras/test_rb.py
27
- # F821 error. Should nPossible be nLocal?
28
- test/test_packages/drivers/nqubitconstruction.py
29
- # F821 error. Likely results existed in a deleted cell
30
- scripts/profiling/gaugeopt/3Q_example.py
21
+ test/unit/extras/rb/test_analysis.py:F821
22
+ test/unit/extras/rb/test_group.py:F821
23
+ test/unit/extras/rb/test_sample.py:F821
24
+ test/unit/extras/rb/test_theory.py:F821
25
+ test/unit/tools/test_internalgates.py:F821
26
+ test/test_packages/extras/test_rb.py:F821
27
+ # Should nPossible be nLocal?
28
+ test/test_packages/drivers/nqubitconstruction.py:F821
29
+ # Likely results existed in a deleted cell
30
+ scripts/profiling/gaugeopt/3Q_example.py:F821
31
+ # New with flake 7.2.0, should go back to these
32
+ pygsti/forwardsims/termforwardsim_calc_generic.py:F824
33
+ pygsti/baseobjs/basisconstructors.py:F824
0 commit comments