Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
852 contributions in the last year
Activity overview
Contributed to
eight04/fancy-t-spin,
eight04/db-to-cloud,
eight04/ComicCrawler
and 5 other
repositories
Contribution activity
June 2020
- eight04/wakfu-autobuild JavaScript
Created a pull request in eight04/wakfu-autobuild that received 1 comment
Created an issue in PyCQA/pylint that received 2 comments
Don't raise dangerous-default-value when there is no mutation?
Is your feature request related to a problem? Please describe
def foo(a=0, b=0, c=0, bar_options={}): return a + b + c + bar(**bar_options)
test.p…
2
comments