Skip to content

Commit

Permalink
Merge pull request #871 from DalgoT4D/pylint-precommit-fix
Browse files Browse the repository at this point in the history
need to run pylint locally so it can detect django's module
  • Loading branch information
Ishankoradia authored Oct 3, 2024
2 parents e8329a6 + c80c59f commit f3fb60f
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 f3fb60f

Please sign in to comment.