Pablo Aragón

Results 3 issues of Pablo Aragón

Hi, I modify this css to add responsive features. If you like them, here they are. The way to use it is to add a prefix to the classes (-sm,...

### Summary This PR refactors how the public scope of functions is managed in the Program by: Removing the `PUBLIC_GROUP_NAME constant. Introducing a new `Program.public` attribute to manage public scope....

### Summary This PR adds pre-commit to run black, lint and detext-secrets before commit. Fix: #1545