Skip to content

Commit

Permalink
add linter
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnicita committed Jul 31, 2024
1 parent 643862e commit f116f8c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
repos:
- repo: https://github.com/psf/black
rev: 24.4.2
hooks:
- id: black
language_version: python3.9
- repo: https://github.com/PyCQA/flake8
rev: 7.1.0
hooks:
- id: flake8
language_version: python3.9
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ tavily_python==0.3.4
tg.devtools==2.4.3
typer==0.12.3
web3==5.31.4
pre-commit==3.8.0

0 comments on commit f116f8c

Please sign in to comment.