Skip to content

Commit

Permalink
Ignore common linting rules (#242)
Browse files Browse the repository at this point in the history
Signed-off-by: Abhijeet Kasurde <[email protected]>
  • Loading branch information
Akasurde authored Aug 8, 2024
1 parent 7d47b6c commit e94cca0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .config/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,13 @@ testenv
toxinidir
trustore
truststore
ARGSPEC
Nikhil
jainnikhil
Abhijeet
Kasurde
akasurde
auths
Passw
AUTHS
EDAHTTP
13 changes: 12 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,28 @@ repos:
rev: "v0.5.6"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
args: [
--fix,
--exit-non-zero-on-fix,
--ignore, E402,
]
- repo: https://github.com/PyCQA/flake8
rev: 7.1.1
hooks:
- id: flake8
args: [
--max-line-length, "120",
--extend-ignore, E203 E402,
]

- repo: https://github.com/pycqa/pylint
rev: v3.2.6
hooks:
- id: pylint
args:
- --output-format=colorized
- --disable=C0103,C0114,C0115,C0116,R0913,R1735,
- --max-line-length=120
additional_dependencies:
- aiobotocore
- aiohttp
Expand Down

0 comments on commit e94cca0

Please sign in to comment.