pantafive
Results
1
comments of
pantafive
Check that the .git directory is in the root of the project, not at a higher level. Shold be: ``` project/ .pre-commit-config.yaml pyrightconfig.json .git/ repo1/ repo2/ src/ module1.py module2.py ```