Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add WPS356 violation related to unneccessary iterable unpacking #1124

Merged
merged 5 commits into from
Jan 26, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update CHANGELOG.md with 0.14.0 version changes
  • Loading branch information
skarzi committed Jan 26, 2020
commit f5d6bde834f71a91160e7b625a9d5ad121a3fc2f
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ Semantic versioning in our case means:
- Major releases inidicate significant milestones or serious breaking changes.


## 0.14.0 WIP
## 0.14.0

+ use `abc` stdlib's module to mark abstract base classes #1122
+ extract new violation - WPS450 from WPS436 #1118
+ add domain names options, that are used to create variable names' blacklist #1106


## 0.13.4
Expand Down