Skip to content

Commit 51eb852

Browse files
Add Address Book tests
1 parent 9e95312 commit 51eb852

2 files changed

Lines changed: 598 additions & 0 deletions

File tree

tests/ragger/setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[tool:pytest]
22
addopts = --strict-markers
33

4+
[flake8]
5+
max-line-length = 130
6+
47
[pylint]
58
disable = C0114, # missing-module-docstring
69
C0115, # missing-class-docstring

0 commit comments

Comments
 (0)