Skip to content

Commit

Permalink
build(pre-commit): removed pylint as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Dec 9, 2024
1 parent a448133 commit 4b03ddb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:
- id: black

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.12.1
rev: v1.13.0
hooks:
- id: mypy
additional_dependencies: ["types-toml", "types-requests", "types-defusedxml"]
Expand All @@ -46,7 +46,7 @@ repos:
args: [--convention=google, --add-ignore=D104]

- repo: https://github.com/asottile/blacken-docs
rev: 1.19.0
rev: 1.19.1
hooks:
- id: blacken-docs

Expand All @@ -70,7 +70,7 @@ repos:
- id: detect-private-key

- repo: https://github.com/PyCQA/bandit
rev: '1.7.10'
rev: '1.8.0'
hooks:
- id: bandit
args: ["--skip=B101"]
Expand All @@ -85,10 +85,6 @@ repos:
additional_dependencies: [radon]
args: ["cc", "--min=C","--total-average","--exclude=tests/*.py"]
- repo: https://github.com/gitleaks/gitleaks
rev: v8.16.3
rev: v8.21.2
hooks:
- id: gitleaks
- repo: https://github.com/pylint-dev/pylint
rev: v2.17.2
hooks:
- id: pylint
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b03ddb

Please sign in to comment.