dimitrismistriotis / alt-profanity-check

A fast, robust library to check for offensive language in strings, dropdown replacement of "profanity-check".
https://pypi.org/project/alt-profanity-check/
MIT License
68 stars 15 forks source link

Package scikit-learn update to 1.1.3 #16

Closed dimitrismistriotis closed 1 year ago

menkotoglou commented 1 year ago

Running black for different python versions is not optimal, right? Any chance that coding style changes from Python3.x to Python3.x+? It should probably run once.

dimitrismistriotis commented 1 year ago

Running black for different python versions is not optimal, right? Any chance that coding style changes from Python3.x to Python3.x+? It should probably run once.

Do not know. We had the approach "run everything in every version". Have no idea on if different Python versions will have different black output based on how the language evolves