Skip to content

Commit 34010aa

Browse files
committed
Merge branch 'release_0.4.0'
2 parents 0ccb9c2 + 7b6726d commit 34010aa

File tree

128 files changed

+7842
-2305
lines changed

Some content is hidden

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

128 files changed

+7842
-2305
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ build
55
dist
66
*.pyc
77
*.egg-info
8+
tests/.report

.flake8

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[flake8]
2+
max-line-length = 120
3+
4+
max-complexity = 11
5+
6+
per-file-ignores =
7+
mdbackup/check_packages/__init__.py:F401
8+
9+
application-import-names = mdbackup
10+
import-order-style = google

.gitignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66
build/
77
dist/
88
*.egg-info
9-
/steps/
109

1110
config/*
12-
!config/config.schema.json
1311

1412
Pipfile
15-
__pycache__
13+
__pycache__
14+
15+
.coverage
16+
coverage_report.xml
17+
tests/.report

0 commit comments

Comments
 (0)