-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
basic klayout pcell implementation #524
base: main
Are you sure you want to change the base?
Conversation
Reviewer's Guide by SourceryThis pull request introduces a new PCell decorator in the KCell class for caching and auto-naming cells, enhancing the functionality of the kfactory library. Additionally, it updates several pre-commit hooks to their latest versions to ensure code quality and consistency. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Label error. Requires at least 1 of: breaking, bug, github_actions, documentation, dependencies, enhancement, feature, maintenance, security. Found: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We've reviewed this pull request using the Sourcery rules engine. If you would also like our AI-powered code review then let us know.
Summary by Sourcery
Implement a basic PCell decorator in the kcell module to enhance cell management with caching and auto-naming capabilities. Update pre-commit configuration to use the latest versions of several tools, improving code quality checks and consistency.
New Features:
Build: