diff options
| author | 2024-02-24 13:04:40 +0800 | |
|---|---|---|
| committer | 2024-02-24 13:04:40 +0800 | |
| commit | 57b2835ecc6c9b30920e929985b9d7cafcb7c457 (patch) | |
| tree | df0c1221d4766365c231e8bd02e6d8e7bdb63420 /tests/get_next_token.py | |
| parent | 45e2f3631bc8d13dacba57e705c7591e7e707b2a (diff) | |
| download | TRPGNivis-57b2835ecc6c9b30920e929985b9d7cafcb7c457.tar.gz TRPGNivis-57b2835ecc6c9b30920e929985b9d7cafcb7c457.zip | |
chore(project): add ruff deps
chore(lint): format code with ruff
chore(project): add tool.ruff format section
Diffstat (limited to 'tests/get_next_token.py')
| -rw-r--r-- | tests/get_next_token.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/get_next_token.py b/tests/get_next_token.py index 2801337..741ad72 100644 --- a/tests/get_next_token.py +++ b/tests/get_next_token.py @@ -1,2 +1,2 @@ class ABC: - ...
\ No newline at end of file + ... |
