feat(Init):

This commit is contained in:
Alexander Myasoedov
2024-04-13 18:04:24 +03:00
commit 15106c1c23
29 changed files with 4300 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
[flake8]
max-line-length = 160
per-file-ignores =
# Ignore docstring lints for tests
*: D100, D101, D102, D103, D104, D107, D105, D202, D205, D400