Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Add ignore-self-only-init option #560

Merged
merged 9 commits into from
Jan 17, 2023
Merged
Show file tree
Hide file tree
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
docs
  • Loading branch information
thejcannon committed Nov 22, 2021
commit 8420af872a13831d3a102b1031d6fcecd0191e8d
1 change: 1 addition & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ New Features

* Add support for `property_decorators` config to ignore D401.
* Add support for Python 3.10 (#554).
* Add `ignore-self-only-init` config (#560).
thejcannon marked this conversation as resolved.
Show resolved Hide resolved

6.1.1 - May 17th, 2021
---------------------------
Expand Down
1 change: 1 addition & 0 deletions docs/snippets/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Available options are:
* ``match_dir``
* ``ignore_decorators``
* ``property_decorators``
* ``ignore_self_only_init``

See the :ref:`cli_usage` section for more information.

Expand Down