Skip to content

Commit

Permalink
need to run pylint locally so it can detect django's module
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishankoradia committed Oct 3, 2024
1 parent e8329a6 commit c80c59f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ repos:
rev: v3.3.1
hooks:
- id: pylint
language: python
additional_dependencies: ['pylint==3.3.1']
files: 'ddpui\/.*\.pyi?$'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ testpaths = [
]

[tool.pylint.messages_control]
max-line-length = 100
max-line-length = 200
fail-under = 6.5
disable = [
"missing-module-docstring",
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ pycparser==2.21
pydantic==1.10.6
Pygments==2.14.0
pyhumps==3.8.0
pylint==3.3.1
PyNaCl==1.5.0
pyrsistent==0.19.3
pytest==7.2.2
Expand Down

0 comments on commit c80c59f

Please sign in to comment.