Skip to content

Commit 103393a

Browse files
committed
Removed stuff that no longer exists
1 parent 4355f64 commit 103393a

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.pylintrc

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,13 @@ disable =
1919

2020
[REPORTS]
2121
output-format = text
22-
files-output = no
2322
reports = no
2423

2524
[FORMAT]
2625
max-line-length = 120
27-
max-statement-lines = 75
2826
single-line-if-stmt = no
29-
no-space-check = trailing-comma,dict-separator
3027
max-module-lines = 1000
3128
indent-string = ' '
32-
string-quote=single-avoid-escape
33-
triple-quote=single
34-
docstring-quote=double
3529

3630
[MISCELLANEOUS]
3731
notes = FIXME,XXX,TODO
@@ -77,9 +71,6 @@ good-names=logger,id,ID
7771
# Bad variable names which should always be refused, separated by a comma
7872
bad-names=foo,bar,baz,toto,tutu,tata
7973

80-
# List of builtins function names that should not be used, separated by a comma
81-
bad-functions=apply,input
82-
8374
[DESIGN]
8475
max-args = 10
8576
ignored-argument-names = _.*
@@ -93,4 +84,4 @@ min-public-methods = 2
9384
max-public-methods = 20
9485

9586
[EXCEPTIONS]
96-
overgeneral-exceptions = Exception
87+
overgeneral-exceptions = builtins.Exception

0 commit comments

Comments
 (0)