Skip to content

Commit f6fa92d

Browse files
authored
Correct setup.cfg and add pylint. (#758)
1 parent 37bc3ed commit f6fa92d

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.pylintrc

Lines changed: 0 additions & 5 deletions
This file was deleted.

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build-dir = doc/sphinx/build
1414
all_files = 1
1515

1616
[upload_docs]
17-
upload-dir = build/sphinx/html
17+
upload_dir = build/sphinx/html
1818

1919
[bdist_wheel]
2020
universal=1
@@ -23,3 +23,5 @@ universal=1
2323
testpaths = test
2424
addopts = -p no:warnings
2525

26+
[pylint.basic]
27+
good-names=rr,rq,k,f,i,v

0 commit comments

Comments
 (0)