1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-02 06:46:24 -07:00
gochan/devtools
deepsource-autofix[bot] a9e9acd211
refactor: replace range(len(...)) with enumerate(...)
Using `range(len(...))` is not pythonic. Python does not have not index-based loops. Instead, it uses collection iterators.  Python has a built-in method `enumerate` which adds a counter to an iterable.
2023-05-22 22:04:59 +00:00
..
selenium_testing refactor: replace range(len(...)) with enumerate(...) 2023-05-22 22:04:59 +00:00
build_initdb.py Don't build legacy db files by default 2023-04-24 11:57:09 -07:00
dbconnect.sh Add sqlite3 support to vagrant tools 2022-12-15 15:19:15 -08:00
dummydata.sql Implement more queries, change database slightly 2020-05-14 15:39:49 +02:00
get_pre2021.sh Reopen gochan-migration development 2022-02-07 18:28:27 -08:00
mysql_dummydata.sql Add SQL dummy data file, update Vagrantfile with allowed IP 2021-11-18 13:06:42 -08:00
sql cheatsheet.sql Refactored first sql command. 2020-04-12 21:31:40 +02:00