From 80c5a50ccfb2fba29594901c02b5a9c4689f7f92 Mon Sep 17 00:00:00 2001 From: Danny Sepler Date: Tue, 18 Oct 2022 00:21:49 -0400 Subject: Delete W601 -> W604 warnings --- README.rst | 4 ---- 1 file changed, 4 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index c71b933..2f6ddb8 100644 --- a/README.rst +++ b/README.rst @@ -65,11 +65,9 @@ Example usage and output optparse.py:69:11: E401 multiple imports on one line optparse.py:77:1: E302 expected 2 blank lines, found 1 optparse.py:88:5: E301 expected 1 blank line, found 0 - optparse.py:222:34: W602 deprecated form of raising exception optparse.py:347:31: E211 whitespace before '(' optparse.py:357:17: E201 whitespace after '{' optparse.py:472:29: E221 multiple spaces before operator - optparse.py:544:21: W601 .has_key() is deprecated, use 'in' You can also make ``pycodestyle.py`` show the source code for each error, and even the relevant text from PEP 8:: @@ -97,8 +95,6 @@ Or you can display how often each error was found:: 165 E303 too many blank lines (4) 325 E401 multiple imports on one line 3615 E501 line too long (82 characters) - 612 W601 .has_key() is deprecated, use 'in' - 1188 W602 deprecated form of raising exception Links ----- -- cgit v1.2.1