Skip to content

Commit 6333532

Browse files
authored
Merge pull request #1 from ayasyrev/cfg_settings
Cfg settings
2 parents 1e1d539 + a6fb09c commit 6333532

30 files changed

+1848
-341
lines changed

.flake8

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
[flake8]
32
select = C,E,F,W
43
max-complexity = 10

.mypy.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[mypy]
2+
3+
[mypy-nbformat.*]
4+
ignore_missing_imports = True
5+
6+
[mypy-nbconvert.*]
7+
ignore_missing_imports = True

0 commit comments

Comments
 (0)