diff options
| author | Claudiu Popa <pcmanticore@gmail.com> | 2018-10-02 09:52:44 +0200 |
|---|---|---|
| committer | Claudiu Popa <pcmanticore@gmail.com> | 2018-10-02 09:56:21 +0200 |
| commit | 3d58a62cefa30fdd20ab303227f6dd6f2bd60830 (patch) | |
| tree | 526d6815ce04383e41131662135a1ac918f72e74 /pylintrc | |
| parent | 0d9e17a19dd4c8cce1ec3dab8cfdbcf0871eaf78 (diff) | |
| download | astroid-git-3d58a62cefa30fdd20ab303227f6dd6f2bd60830.tar.gz | |
Let formatting be handled by black
Diffstat (limited to 'pylintrc')
| -rw-r--r-- | pylintrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -133,7 +133,9 @@ disable=fixme,invalid-name, missing-docstring, too-few-public-methods, wrong-import-order, wrong-import-position, # We'll have to disable this until we drop support for Python 2 - stop-iteration-return + stop-iteration-return, + # black handles these + format [BASIC] |
