Pinned
848 contributions in the last year
Less
More
Activity overview
Contributed to
mbarkhau/bumpver,
mbarkhau/pylint-ignore,
mbarkhau/pretty-traceback
and 5 other
repositories
Contribution activity
February 2021
mbarkhau has no activity
yet for this period.
January 2021
Created 22 commits in 4 repositories
Created an issue in PyCQA/pylint that received 1 comment
Regression: AttributeError in _check_super_with_arguments since pylint 2.6.0
Steps to reproduce # scratch/pylint_testcase.py class Foo: def bar(self): pass def patch_class(cls): def bar(self): super(cls, self) cls.bar = bar p…
1
comment