Add static linters ci (#45)

This commit is contained in:
merwanehamadi
2023-07-02 13:14:49 -07:00
committed by GitHub
parent 2062844fa6
commit 838f72097c
22 changed files with 518 additions and 224 deletions

View File

@@ -0,0 +1,8 @@
import pytest
from agbenchmark.challenge import Challenge
@pytest.mark.basic
class BasicChallenge(Challenge):
pass