Skip to content

Commit

Permalink
Corrected you to your (#2885)
Browse files Browse the repository at this point in the history
* Corrected you to your

* Updated changelog
  • Loading branch information
Dashboy1998 authored Mar 23, 2024
1 parent a93b4c1 commit 763aff6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ Semantic versioning in our case means:
- Fix `WrongEmptyLinesCountViolation` for func definitions with ellipsis. #2847
- Fix `WrongEmptyLinesCountViolation` for multiline implicit string concatination. #2787

### Misc

- Replaced `you` with `your`

## 0.18.0

Expand Down
2 changes: 1 addition & 1 deletion wemake_python_styleguide/violations/complexity.py
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ class OverusedStringViolation(MaybeASTViolation):
and should be treated like one.
Solution:
Deduplicate you string usages
Deduplicate your string usages
by defining new functions or constants.
Configuration:
Expand Down
2 changes: 1 addition & 1 deletion wemake_python_styleguide/violations/refactoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ class MisrefactoredAssignmentViolation(ASTViolation):
on the left hand side and on the right hand side.
Solution:
Refactor you code to use multiple self assignments or fix your code.
Refactor your code to use multiple self assignments or fix your code.
Example::
Expand Down

0 comments on commit 763aff6

Please sign in to comment.