Skip to content

Commit ba56a93

Browse files
nishakmrnjudge
authored andcommitted
linting: Rename pep8 and pep257
Prospector version 1.7 detects pep8 and pep257 as outdated names and throws an error when using these names. As per the instructions, this commit renames pep8 to pycodestyle and pep257 to pydocstyle. Signed-off-by: nisha <[email protected]>
1 parent 8bdd2bc commit ba56a93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.prospector.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
strictness: medium
66
test-warnings: false
77

8-
pep8:
8+
pycodestyle:
99
full: true
1010
disable:
1111
- N802 # pep8-naming: function name should be lower case
1212

13-
pep257:
13+
pydocstyle:
1414
run: false
1515

1616
pylint:

0 commit comments

Comments
 (0)