We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d435f commit 91e635aCopy full SHA for 91e635a
.pre-commit-config.yaml
@@ -3,7 +3,6 @@ repos:
3
rev: v0.6.4
4
hooks:
5
- id: ruff-format
6
- args: [--show-fixes]
7
- id: ruff
8
args: [--show-fixes]
9
- repo: https://github.com/python-jsonschema/check-jsonschema
hackyeah2024/main.py
@@ -1,7 +1,5 @@
1
import click
2
-from hackyeah2024.server import run_server
-
@click.group()
def main():
0 commit comments