Highlights
- Arctic Code Vault Contributor
Pinned
5,356 contributions in the last year
Less
More
Contribution activity
March 2021
Created 60 commits in 9 repositories
Created 6 repositories
- cclauss/Workout-progress-tracker Python
- cclauss/mhd-blog Python
- cclauss/Voice-assitant Python
- cclauss/Covid-Tracker Python
-
cclauss/GitHub-Actions-hack
Built by
- cclauss/mmmagic C++
Created a pull request in DidierRLopes/GamestonkTerminal that received 5 comments
Do not use the ambiguous variable name 'l'
l and 1 look too much alike to a casual reader so l should not be used as a variable name.
+5
−5
•
5
comments
Opened 25 other pull requests in 10 repositories
DidierRLopes/GamestonkTerminal
1
open
6
merged
- Fix module imported but not used
- GitHub Actions: make pyupgrade mandatory and max-line-length=122
- GitHub Actions: Make mypy a mandatory test
- Fix local variable is assigned to but never used
- Two blank lines before function or class definitions
- PEP8: Do not use bare 'except'
- GitHub Actions: Add more flake8 tests