Skip to content

Commit

Permalink
Version 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Jun 3, 2020
1 parent d4b4ef1 commit d07729a
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 66 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
We follow [Semantic Versions](https://semver.org/).


## Version 0.3.0

### Features

- Now also works with configs specified in `pyproject.toml`


## Version 0.2.0

### Features
Expand Down
107 changes: 49 additions & 58 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 @@ -9,7 +9,7 @@ style = "https://raw.githubusercontent.com/wemake-services/wemake-python-stylegu

[tool.poetry]
name = "coverage-conditional-plugin"
version = "0.2.0"
version = "0.3.0"
description = "Conditional coverage based on any rules you define!"
license = "MIT"

Expand Down
9 changes: 2 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,12 @@ max-line-length = 80
# wemake-python-styleguide settings:
i-control-code = False

# Disable some pydocstyle checks:
# Exclude some pydoctest checks globally:
# Custom ignore options:
ignore = D100, D104, D106, D401, W504, X100, RST303, RST304, DAR103, DAR203

# Excluding some directories:
exclude =
.git
__pycache__
extend-exclude =
.venv
.eggs
*.egg

# Ignoring some errors in some files:
per-file-ignores =
Expand Down

0 comments on commit d07729a

Please sign in to comment.