Skip to content

Commit

Permalink
Merge pull request #430 from TransformerOptimus/pylint
Browse files Browse the repository at this point in the history
Pylint
  • Loading branch information
I’m authored Jun 21, 2023
2 parents 60edbbb + 256d9c3 commit 8d90da2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
repos:
- repo: local
hooks:
- id: pylint
name: pylint
entry: pylint
language: system
types: [python]
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,7 @@ tiktoken==0.4.0
psycopg2==2.9.6
slack-sdk==3.21.3
pytest==7.3.2
pylint==2.17.4
pre-commit==3.3.3
pytest-cov==4.1.0
pytest-mock==3.11.1
pytest-mock==3.11.1

0 comments on commit 8d90da2

Please sign in to comment.