Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7aa06a4

Browse files
authored
Merge pull request #9 from Woile/dev
feat: py3 only, tests and conventional commits 1.0
2 parents c52eca6 + 7c7e96b commit 7aa06a4

25 files changed

+429
-642
lines changed

‎.bumpversion.cfg‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
2-
current_version = 0.9.11
2+
current_version = 1.0.0b1
33
commit = True
44
tag = True
55

66
[bumpversion:file:commitizen/__version__.py]
7-
7+
[bumpversion:file:pyproject.toml]

‎.codacy.yaml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
exclude_paths:
2+
- 'tests/**'
3+
- 'docs/**'

‎.flake8‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[flake8]
2+
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist
3+
max-complexity = 10
4+
max-line-length = 100

‎.gitignore‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ nosetests.xml
4545
coverage.xml
4646
*.cover
4747
.hypothesis/
48+
.pytest_cache
4849

4950
# Translations
5051
*.mo
@@ -104,3 +105,6 @@ venv.bak/
104105
.mypy_cache/
105106

106107
.vscode/
108+
109+
# build
110+
poetry.lock

‎Pipfile‎

Lines changed: 0 additions & 17 deletions
This file was deleted.

‎Pipfile.lock‎

Lines changed: 0 additions & 326 deletions
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /