Skip to content

Commit

Permalink
Closes #798, closes #794
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Aug 29, 2019
1 parent 2b98343 commit c59b67d
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 29 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ We follow Semantic Versions since the `0.1.0` release.
We used to have incremental versioning before `0.1.0`.


## 0.12.4 WIP
## 0.12.4

### Bugfixes

- Fixes bug with `nitpick` colors and new files API
- Updates `flake8-docstrings` that


## 0.12.3
Expand Down
39 changes: 16 additions & 23 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pep8-naming = "^0.8.2"
radon = '^2.4'

[tool.poetry.dev-dependencies]
nitpick = "^0.20.0"
nitpick = "^0.21.0"
flake8-pytest-style = "^0.1.3"
flake8-pytest = "^1.3"

Expand Down
2 changes: 1 addition & 1 deletion styles/nitpick-style-wemake.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://raw.githubusercontent.com/andreoliwa/nitpick/v0.18.0/nitpick-style.toml

[nitpick]
minimum_version = "0.20.0"
minimum_version = "0.21.0"

[nitpick.styles]
include = [
Expand Down
2 changes: 1 addition & 1 deletion styles/nitpick-style.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# https://raw.githubusercontent.com/andreoliwa/nitpick/v0.18.0/nitpick-style.toml

[nitpick]
minimum_version = "0.20.0"
minimum_version = "0.21.0"

[nitpick.styles]
include = [
Expand Down
7 changes: 5 additions & 2 deletions styles/poetry.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[nitpick.files."pyproject.toml"]
missing_message = "Install poetry and run 'poetry init' to create it"
[nitpick.files.present]
"pyproject.toml" = "Install poetry and run 'poetry init' to create it"

["pyproject.toml".build-system]
build-backend = "poetry.masonry.api"

0 comments on commit c59b67d

Please sign in to comment.