We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d264ed commit 513bdecCopy full SHA for 513bdec
Makefile
@@ -28,4 +28,4 @@ flake8:
28
flake8 . --count --exit-zero --max-complexity=10 --statistics
29
30
pylint:
31
- pylint --disable=R0205 gitchart.py
+ pylint gitchart.py
gitchart.py
@@ -57,7 +57,7 @@
57
58
59
# pylint: disable=too-few-public-methods,too-many-instance-attributes
60
-class GitChart(object):
+class GitChart:
61
"""Generate a git stat chart."""
62
63
charts = {
0 commit comments