Skip to content

Commit

Permalink
Merge branch 'main' into how-to-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Dec 3, 2021
2 parents 7c7e506 + 4b70feb commit a1e51db
Show file tree
Hide file tree
Showing 16 changed files with 520 additions and 469 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -584,3 +584,6 @@ contributors:
* Felix von Drigalski (felixvd): contributor

* Philipp Albrecht (pylbrecht): contributor

* Allan Chandler (allanc65): contributor
- Fixed issue 5452, false positive missing-param-doc for multi-line Google-style params
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ Release date: TBA
* Fixed a false positive for ``unused-import`` where everything
was not analyzed properly inside typing guards.

* Fixed a false-positive regression for ``used-before-assignment`` for
typed variables in the body of class methods that reference the same class

Closes #5342

* Specified that the ``ignore-paths`` option considers "\" to represent a
windows directory delimiter instead of a regular expression escape
character.
Expand All @@ -34,6 +39,12 @@ Release date: TBA

Closes #5437

* Fixed handling of Google-style parameter specifications where descriptions
are on the line following the parameter name. These were generating
false positives for ``missing-param-doc``.

Closes #5452

..
Insert your changelog randomly, it will reduce merge conflicts
(Ie. not necessarily at the end)
Expand Down

0 comments on commit a1e51db

Please sign in to comment.