Skip to content

Commit ad4838e

Browse files
authored
Fix: #41. Add .pylintrc for click (#42)
1 parent 0512e20 commit ad4838e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.pylintrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# .pylintr
2+
3+
[TYPECHECK]
4+
#
5+
# Click mutates function signatures:
6+
# see https://click.palletsprojects.com/en/8.1.x/
7+
#
8+
signature-mutators=click.decorators.option

0 commit comments

Comments
 (0)