Skip to content

Commit 4100d8a

Browse files
committed
Remove non-existent options from lint
1 parent 6fb1f0f commit 4100d8a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.pylintrc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,11 @@ disable =
1717

1818
[REPORTS]
1919
output-format = text
20-
files-output = no
2120
reports = no
2221

2322
[FORMAT]
2423
max-line-length = 120
25-
max-statement-lines = 75
2624
single-line-if-stmt = no
27-
no-space-check = trailing-comma,dict-separator
2825
max-module-lines = 1000
2926
indent-string = ' '
3027

@@ -72,8 +69,6 @@ good-names=logger,id,ID
7269
# Bad variable names which should always be refused, separated by a comma
7370
bad-names=foo,bar,baz,toto,tutu,tata
7471

75-
# List of builtins function names that should not be used, separated by a comma
76-
bad-functions=apply,input
7772

7873

7974
[DESIGN]
@@ -89,4 +84,4 @@ min-public-methods = 2
8984
max-public-methods = 20
9085

9186
[EXCEPTIONS]
92-
overgeneral-exceptions = Exception
87+
overgeneral-exceptions = builtins.Exception

0 commit comments

Comments
 (0)