UCL-ARC / python-tooling

Python package template for new research software projects
http://github-pages.arc.ucl.ac.uk/python-tooling/
MIT License
43 stars 2 forks source link

Task: Make prettier ignore `.all-contributorsrc` autogenerated config file #384

Closed matt-graham closed 5 months ago

matt-graham commented 5 months ago

What needs to be done?

Prettier is reformating the .all-contributorsrc autogenerated config file that the all-contributors bot edits when adding contributor details, making the linting checks fail on the corresponding PRs - for example #381, #382 and #383. As changes to this file should be autogenerated by the bot we probably don't want or need Prettier to touch it.