Commit graph

263 commits

Author SHA1 Message Date
abc0fd4729 Fix more 2023-01-11 14:51:42 +07:00
1285b40d50 Fix more 2023-01-11 14:45:37 +07:00
7fb8c86add Fix more 2023-01-11 14:35:45 +07:00
c621ea8cae Fix more 2023-01-11 14:32:12 +07:00
9c4f3e3c78 Fix more 2023-01-11 14:31:26 +07:00
ac2f497cdc Fix more 2023-01-11 14:12:04 +07:00
ca71b19be1 Fix more 2023-01-11 14:02:34 +07:00
4c930739c5 Fix more 2023-01-11 13:59:21 +07:00
ff3598332c Fix more 2023-01-11 13:56:02 +07:00
0e3f57ac7a fix 2023-01-11 13:21:08 +07:00
c9feae5e7a fix 2023-01-11 13:17:09 +07:00
a974582316 fix 2023-01-11 13:01:14 +07:00
9bc3f78a99 fix 2023-01-11 12:58:19 +07:00
c10fbb16f3 fix 2023-01-11 12:52:56 +07:00
5a21927e1b Tes rewrite 2023-01-11 12:47:43 +07:00
dbe598b0b2 Tes rewrite 2023-01-11 12:43:02 +07:00
f5c48c4627 Tes rewrite 2023-01-11 12:37:14 +07:00
48dc1acc57 Tes rewrite 2023-01-11 12:35:00 +07:00
e1b3fcd0bc Fixx 2023-01-11 12:01:18 +07:00
9fd0d1f69f Fixx 2023-01-11 11:45:44 +07:00
be6f9eebea Fixx 2023-01-11 11:43:53 +07:00
6e6926d162 Fixx 2023-01-11 11:41:11 +07:00
786d9b6530 Fixx 2023-01-11 11:38:04 +07:00
9ad4751f41 Fixx 2023-01-11 11:34:31 +07:00
e46b148941 Fixx 2023-01-11 11:33:30 +07:00
9e2421f282 dd 2023-01-11 11:27:09 +07:00
a491726e51 dd 2023-01-11 11:22:00 +07:00
700b1c9235 Typo 2023-01-11 11:12:51 +07:00
d3e82d0748 Typo 2023-01-11 11:11:31 +07:00
467b567536 Typo 2023-01-11 11:09:09 +07:00
0769628b63 Typo 2023-01-11 11:06:16 +07:00
b8ad6217db Typo 2023-01-11 11:05:11 +07:00
00be564d74 dd 2023-01-11 11:03:30 +07:00
e36c8f7948 dd 2023-01-11 11:01:54 +07:00
8b26d42d9a Learn Pagination 2023-01-11 10:24:00 +07:00
f3f5f250fe Learn Pagination 2023-01-11 10:14:47 +07:00
389a4faa75 Typo 2023-01-11 09:21:11 +07:00
c46c3c6b99 Typo 2023-01-11 09:15:40 +07:00
f4cf56304b Typo 2023-01-11 09:12:24 +07:00
0d9f5bf3bd Learn pagination 2023-01-11 09:10:47 +07:00
62c452efde Learn pagination 2023-01-11 09:09:06 +07:00
sourcery-ai[bot]
6e381c7403
Sourcery refactored master branch (#17)
* 'Refactored by Sourcery'

* reformating: code

Co-authored-by: Sourcery AI <>
Co-authored-by: yasirarism <yasiramunandar@gmail.com>
2023-01-11 08:41:48 +07:00
yasirarism
26c4733cb5
Language IMDB Button 2023-01-10 21:01:17 +07:00
yasirarism
6851e05745
Beta (#16)
* Beta

* Move append items to list definition (#15)

* Move append items to list definition

* Format code with black and isort

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>

* Remove commented out code (#14)

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>

* Use identity check for comparison to a singleton (#13)

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>

* Convert string with anomalous backslash into a raw string (#12)

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
2023-01-10 20:52:17 +07:00
yasirarism
8dd0d55b1f
test for membership should be 'not in' 2023-01-10 20:29:15 +07:00
deepsource-autofix[bot]
8ffb9121c4
Use sys.exit() calls (#11)
* Use `sys.exit()` calls

* Format code with black and isort

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
2023-01-10 20:23:53 +07:00
deepsource-autofix[bot]
a3410caac1
Replace multiple == checks with in (#10)
* Replace multiple `==` checks with `in`

* Format code with black and isort

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Co-authored-by: yasirarism <55983182+yasirarism@users.noreply.github.com>
2023-01-10 20:22:29 +07:00
deepsource-autofix[bot]
0dbab68a39
Format code with black and isort (#9)
This commit fixes the style issues introduced in 95ecce1 according to the output
from black and isort.

Details: https://deepsource.io/gh/yasirarism/MissKatyPyro/transform/2b5c318f-57d7-4419-8e76-1d6c31d72999/

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
2023-01-10 20:20:35 +07:00
DeepSource Bot
95ecce151c Update .deepsource.toml 2023-01-10 13:14:37 +00:00
yasirarism
e9ebcca921
No need remove if is removed 2023-01-10 13:37:53 +07:00