Skip to content

Commit ab1abbc

Browse files
authored
Merge pull request #111 from ayasyrev/dev_0.3.4
Dev - main 0.4
2 parents 0823635 + 7b2205f commit ab1abbc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+5099
-2973
lines changed

.flake8

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
select = C,E,F,W
33
max-complexity = 10
44
max-line-length = 120
5-
6-
application-import-names = model_constructor
7-
import-order-style = google
5+
; disable-noqa = True
6+
application-import-names = model_constructor, tests
7+
import-order-style = google
8+
per-file-ignores =
9+
# imported but unused
10+
__init__.py: F401

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ _tmp*
1010
tmp*
1111
tags
1212

13+
.nox/
14+
1315
# Byte-compiled / optimized / DLL files
1416
__pycache__/
1517
*.py[cod]

0 commit comments

Comments
 (0)