@@ -316,7 +316,7 @@ Our [GitHub Action](https://github.com/marketplace/actions/wemake-python-stylegu
316316- Adds a new rule to forbid `lambda` assigns to special attributes, # 1733
317317- Adds a new rule to check problematic function params, # 1343
318318- Adds a new rule to detect duplicate conditions in `if`s and `elif`s, # 2241
319- - Adds a new rule to detect duplicate `case` pattens in `match`, # 3206
319+ - Adds a new rule to detect duplicate `case` patterns in `match`, # 3206
320320- Adds a new rule to find too many `match` subjects, # 3201
321321- Adds a new rule to detect too many `case` statements, # 3202
322322- Adds a new rule to find too complex `except` with too many exceptions
@@ -1051,7 +1051,7 @@ In this release we had a little focus on:
10511051
10521052- Bumps `flake8-eradicate` version
10531053 and solves `attrs` incompatible versions issue
1054- - Bumps `flake8-dosctrings ` version
1054+ - Bumps `flake8-docstrings ` version
10551055 and solved `pydocstyle` issue
10561056- Fixes `TryExceptMultipleReturnPathViolation` not tracking `else` and `finally`
10571057 returns at the same time
@@ -1101,7 +1101,7 @@ In this release we had a little focus on:
11011101- Adds `bellybutton` to the list of other linters
11021102- Documents how to use `nitpick` to sync the configuration
11031103- Documents how to use `flakehell` to create `baseline`s for legacy integrations
1104- - Improves tests for binary, octal, hex, and exponentional numbers
1104+ - Improves tests for binary, octal, hex, and exponential numbers
11051105- Adds new `xenon` CI check
11061106- Now handles exceptions in our own code, hope to never see them!
11071107- Now uses `coverage` checks in deepsource
@@ -1161,7 +1161,7 @@ for you to rename your violations with a script.
11611161- Ensures that `--diff` mode works for `flake8`
11621162- Renames `Incorrect` to `Wrong` where possible
11631163- Renames `IncorrectlyNestedTernaryViolation` to `NestedTernaryViolation`
1164- - Renames `IncorectLoopIterTypeViolation ` to `WrongLoopIterTypeViolation`
1164+ - Renames `IncorrectLoopIterTypeViolation ` to `WrongLoopIterTypeViolation`
11651165
11661166
11671167# # 0.10.0 aka The Great Compare
0 commit comments