You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My pet project to solve small coding challenges with Python from time to time. It helps keep my coding brain and arms sharp. Most importantly, I really enjoy the process to use my problem-solving skills to find a solution and then implement with code.
11
+
Track my progress writting Python code to solve small coding challenges from time to time. It helps keep my coding brain and arms sharp. Most importantly, I really enjoy the process.
12
12
13
-
This project also demostrates how to configure pre-commit hooks and CI/CD pipelines, to lint and format code, to run tests etc.
13
+
It's a tiny project but has been setup some of the essential to ensure code quality.
14
+
- Pre-commit hooks, to lint and format code.
15
+
- CI build script, to run unit tests.
16
+
- Integrate with Coveralls for test suite's coverage.
17
+
- No CD pipeline configured so far since no package and release requirement.
0 commit comments