Skip to content

Commit fd61e00

Browse files
committed
chore(tests): Added automated testing packages.
1 parent 6e20c04 commit fd61e00

File tree

3 files changed

+269
-13
lines changed

3 files changed

+269
-13
lines changed

.flake8

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[flake8]
2+
max-line-length = 88
3+
extend-ignore = E203,E501,E701,B950,D
4+
exclude = ["*.venv", "__pycache__", ".git", "*examples"]

0 commit comments

Comments
 (0)