Skip to content

Commit 91e635a

Browse files
committed
fix ruff
1 parent a8d435f commit 91e635a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.pre-commit-config.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ repos:
33
rev: v0.6.4
44
hooks:
55
- id: ruff-format
6-
args: [--show-fixes]
76
- id: ruff
87
args: [--show-fixes]
98
- repo: https://github.com/python-jsonschema/check-jsonschema

hackyeah2024/main.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import click
22

3-
from hackyeah2024.server import run_server
4-
53

64
@click.group()
75
def main():

0 commit comments

Comments
 (0)