You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
codespell . --ignore-words-list=alle,als,bootup,datas,deine,dokument,doubleclick,fo,ges,ist,itens,nax,oder,produkt,referers,ressource,ser,sie,tage,termine # The --ignore-words-list argument has a bug where it needs to be lowercase, see: https://github.com/codespell-project/codespell/issues/1390
@@ -74,12 +74,12 @@ pre-commit run --all-files
74
74
75
75
## Python requirements.txt file
76
76
# python -m pip install pipreqs
77
-
if find . -type f -name "*.py"| grep -q "/.";then
77
+
if find . -type f -name "*.py"| grep -q .;then
78
78
pipreqs --encoding utf-8 --force "./"
79
79
80
80
# Check if "janitor" is in requirements.txt and replace it with pyjanitor
81
81
if grep -q "janitor""requirements.txt";then
82
-
sed -i '/janitor/c\pyjanitor==0.32.7' requirements.txt
82
+
sed -i '/janitor/c\pyjanitor==0.32.8' requirements.txt
0 commit comments