Circular dependency check in Python
dev.to·14h·
Discuss: DEV
Flag this post

I worked on my fourth issue, Add circular dependency, and created my fourth Pull Request (PR): New feature with circular dependency in Python project

This is my last issue in Hacktoberfest. I have challenged myself three times, and this one is the biggest one to me.

This project implements many features and functions. Until now, I had never contributed to a project that uses one language to analyze or check for bugs and issues in another—like this project, which uses Go to check Python projects, whether they are small, medium, or large.

For this feature, I implemented three options under the check command: --select deps or --select circular, --allow-circular-deps

Similar Posts

Loading similar posts...