django / django-asv

Benchmarks for Django using asv
MIT License
40 stars 12 forks source link

pre-commit checks ignore results folder #49

Closed deepakdinesh1123 closed 2 years ago

deepakdinesh1123 commented 2 years ago

The pre-commit checks sometimes modify files in the results folder which causes workflows to fail and sometimes extra space or lines are added so I have tried to exclude it in this PR.

smithdc1 commented 2 years ago

A pragmatic approach. I like it.