This is my project structure
backend/
-- src/
-- requirements.txt
-- ruff.toml
-- ...
frontend/
-- src/
-- ...
.pre-commit-config.yaml
README.md
...
When I make a commit, it doesn’t pull up my configs from the backend folder. Can you tell me how to do it more correctly? After all, pre-commit can have tools not only for backend. Where should I organize? Do I need to move the configs to the top level of the project?
New contributor
Susceptor Meus Es is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.