Open zacharyselk opened 2 years ago
The project currently has a .pre-commit-config.yaml for the pip pre-commit tool but it also needs pre-commit to be added to the project so that it is automatically installed and used before each commit.
.pre-commit-config.yaml
pre-commit
The project currently has a
.pre-commit-config.yaml
for the pip pre-commit tool but it also needspre-commit
to be added to the project so that it is automatically installed and used before each commit.