Skip to content

Commit

Permalink
added pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak5598 committed Jul 26, 2024
1 parent c3c3fc4 commit eb2d105
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 4 deletions.
3 changes: 0 additions & 3 deletions app.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
import logging
import os
from datetime import datetime, timezone
from pathlib import Path

import git
from cachetools import TTLCache
from dotenv import load_dotenv
from flask import Flask, jsonify, request
from openai import OpenAI
from slack import WebClient
from slack_sdk.errors import SlackApiError
from slackeventsapi import SlackEventAdapter
Expand Down
179 changes: 178 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ slackeventsapi = "^3.0.1"
slack-sdk = "^3.27.2"
openai = "^1.35.7"
cachetools = "^5.3.3"
pre-commit = "^3.7.1"

[tool.poetry.group.dev.dependencies]
pytest = "^8.2.2"
Expand Down

0 comments on commit eb2d105

Please sign in to comment.