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
69 stars 16 forks source link

Package scikit-learn update to 1.1.3 #16

Closed dimitrismistriotis closed 2 years ago

menkotoglou commented 2 years 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 2 years 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