summaryrefslogtreecommitdiff
path: root/updateForge.py
Commit message (Expand)AuthorAgeFilesLines
* chore: reformat using blackSefa Eyeoglu2023-02-251-48/+93
* feat: add User-Agent headerSefa Eyeoglu2023-01-271-6/+2
* chore: Remove argument when equal to default parameter valuetxtsd2022-04-061-4/+4
* chore: Docstrings should be triple double-quotedtxtsd2022-04-061-2/+2
* refactor: Don't shadow built-in name 'hash'txtsd2022-04-061-6/+6
* chore: PEP8 naming convention: variables in function should be lowercasetxtsd2022-04-061-35/+35
* chore: Fix PEP8: E501 line too longtxtsd2022-04-061-2/+4
* chore: Replace assignments with augmented assignmentstxtsd2022-04-061-4/+4
* refactor: cleanupSefa Eyeoglu2022-04-051-87/+81
* refactor: move forge to pydantic modelsSefa Eyeoglu2022-04-051-259/+258
* refactor: move utils into packageSefa Eyeoglu2022-04-051-2/+2
* fix: reformat codeSefa Eyeoglu2022-02-191-16/+22
* fix: remove unused importsSefa Eyeoglu2022-02-191-5/+1
* refactor: improve usage with DockerSefa Eyeoglu2022-02-181-1/+1
* Remove hashbangs from python filestxtsd2022-01-291-1/+0
* Sort imports with isorttxtsd2022-01-291-14/+12
* Access directories with env varstxtsd2022-01-291-13/+16
* Some fixes for updating and generating forge filesPetr Mrázek2021-10-251-8/+55
* Block Forge 37+, update ForgeWrapper for 36 and olderPetr Mrazek2021-07-271-0/+6
* Fix forge update logic to pull from new placesPetr Mrázek2021-04-231-4/+4
* Clean up forge types and filesPetr Mrázek2020-06-151-0/+306
* Remove ancient forge codePetr Mrázek2020-06-141-109/+0
* Make sure we always use python 3Petr Mrázek2017-07-161-1/+1
* Add legacy forgePetr Mrázek2017-04-161-11/+60
* Implement forge version fetching and transformation to MultiMC formatPetr Mrázek2017-03-231-0/+60