Skip to content

Commit 668f523

Browse files
herosiColdHeat
andauthored
Added next and anonymize in requirements (#169)
* Added next_id support * Some improvements - Added support for anonymize flag in requirements - Added data in flags with static type in challenge-example.yml to avoid verify command fails - Added sort for requirements because it seems CTFd does not accept prerequisites if they are not sorted. - Applied black to challenge.py to avoid Linting error. * Updated to pass tests * deleted debug print * Applied black again * Fixed ruff check errors * Changed next_id to next * Ommit require_anonymize and support anonymize in requirements * Changed back to mistakenly edit lines --------- Co-authored-by: Kevin Chung <[email protected]>
1 parent 0d946b4 commit 668f523

File tree

4 files changed

+250
-43
lines changed

4 files changed

+250
-43
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
lint:
2-
black --check .
2+
black --diff .
33
isort --check .
44
ruff check .
55

0 commit comments

Comments
 (0)