-
Notifications
You must be signed in to change notification settings - Fork 27
/
setup.cfg
57 lines (45 loc) · 1.32 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[metadata]
version = file:VERSION.txt
[options]
zip_safe = False
include_package_data = True
package_dir=
mindquantum = mindquantum
mindquantum-config = mindquantum_config
# ==============================================================================
[doc8]
max-line-length = 120
verbose = 0
ignore-path-errors =
docs/api_python/mindquantum.algorithm.nisq.uccsd0_singlet_generator.rst;D001
docs/api_python/mindquantum.algorithm.nisq.uccsd_singlet_get_packed_amplitudes.rst;D001
docs/api_python/mindquantum.algorithm.nisq.quccsd_generator.rst;D001
# ==============================================================================
[flake8]
ignore = E203, W503, D102, D212, C092, N802, F821
per-file-ignores =
# imported but unused / unable to detect undefined names
__init__.py: F401, F403
basicgate.py: C092
channel.py: C092
conf.py: A001
module_circuit.py: C092
test_uccsd.py: F401
test_chem_net.py: F401
CAC.py: N803
LQA.py: N803
QAIA.py: N803
SFC.py: N803
CFC.py: N803
SimCIM.py: N803
NMFA.py: N803
SB.py: N803
max-line-length = 120
exclude =
.git
__pycache__
build
dist
docstring-quotes = """
eradicate-whitelist = # yapf: disable# yapf: enable
# ==============================================================================