anyongjin / mysql_ibd

import data from ibd files for mysql
MIT License
30 stars 5 forks source link

🐛 fix: Fixing python version (Dockerfile/README.md), Making K8s usage easier #19

Closed mhkarimi1383 closed 3 months ago

mhkarimi1383 commented 3 months ago

🐛 fix: install python3.12 since code formating is only working on version 3.12

📝 docs: Add required python version to README

✏️ typo: pre-commit changes

🐛 fix: ln commands in Dockerfile

🐛 fix: allow multi doc syntax in pre-commit

📝 docs: add docker tags badge

📝 docs: more badges on readme

mhkarimi1383 commented 3 months ago

@anyongjin Hi

I have discovered that the code is only working With python 3.12 because of string formats (I think because they are multi line)

mhkarimi1383 commented 3 months ago

It makes docker build longer but it's OK since it will make to be sure that python version is correct

anyongjin commented 3 months ago

That's good, thanks