This website requires JavaScript.
Explore
Gist
Help
Register
Sign In
Mirrors
/
pyhOn
mirror of
https://github.com/Andre0512/pyhOn.git
Watch
1
Star
0
Fork
You've already forked pyhOn
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c4e8038652
pyhOn
/
.pylintrc
10 lines
104 B
INI
Raw
Normal View
History
Unescape
Escape
Add pylint checks
2023-07-12 11:36:32 -06:00
[MESSAGES CONTROL]
Enable more pylint checks
2023-07-15 21:53:23 -06:00
disable
=
missing-docstring
Add pylint checks
2023-07-12 11:36:32 -06:00
[FORMAT]
Enable more pylint checks
2023-07-15 21:53:23 -06:00
max-args
=
6
max-attributes
=
8
Add pylint checks
2023-07-12 11:36:32 -06:00
max-line-length
=
88