mirror of
https://github.com/projectPiki/pikmin2.git
synced 2024-11-23 05:20:06 +00:00
7d23ceeecc
* shift-jis purge dtk part 1 Co-Authored-By: roeming <25447777+roeming@users.noreply.github.com> Co-Authored-By: Luke Street <549122+encounter@users.noreply.github.com> * build versioning and static prints Co-Authored-By: roeming <25447777+roeming@users.noreply.github.com> Co-Authored-By: Luke Street <549122+encounter@users.noreply.github.com> * actual dtk stuff woop? Co-Authored-By: roeming <25447777+roeming@users.noreply.github.com> Co-Authored-By: Luke Street <549122+encounter@users.noreply.github.com> * suspicious file changes @roeming please investigate these changes Co-Authored-By: roeming <25447777+roeming@users.noreply.github.com> * version reconciliation the else blocks really should be futureproofed * minor correction of global to weak also replace configure.py and purge linker-map.txt * Update Makefile * makefile and ninja silliness * Update build.yml * makefile test * Update build.yml * Update Makefile * All fixed * More JP string fixes * Fix demo all_source build * Add objdiff report, Makefile dep autodownloads, lots of cleanup & more * Update README * Update progress badges * Restore old docs * changing FILE_POS.c to FILE_POS.C * Rename FILE_POS.c to FILE_POS.C * fix for make --------- Co-authored-by: EpochFlame <jupiterror@gmail.com> Co-authored-by: roeming <25447777+roeming@users.noreply.github.com> Co-authored-by: Luke Street <549122+encounter@users.noreply.github.com> Co-authored-by: roeming <brother64youyou@gmail.com>
5 lines
87 B
INI
5 lines
87 B
INI
[flake8]
|
|
# E203: whitespace before ':'
|
|
# E501: line too long
|
|
extend-ignore = E203,E501
|