pandas-dev / pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://pandas.pydata.org
BSD 3-Clause "New" or "Revised" License
42.57k stars 17.56k forks source link

CI: Don't run the 'trailing-whitespace' check on markdown files. #59107

Closed Aloqeely closed 3 days ago

Aloqeely commented 4 days ago

To introduce a line break <br /> tag in markdown files, you have to end a line with 2 or more spaces But, the trim trailing whitespace check always removes those.

https://daringfireball.net/projects/markdown/syntax#p