sirosen / texthooks

pre-commit hooks for checking text file contents
Other
17 stars 3 forks source link

fix: casefold code owner names #79

Closed adam-moss closed 5 months ago

adam-moss commented 5 months ago

Alphabetising of code owner names is not as accurate as it could be as it is using the str.lower function.

By changing this to str.casefold it more aggressively converts characters to lowercase. For testing purposes I have used the German letter representing ss which is ß.