Skip to content

Commit

Permalink
Fix pre-commit wrong stages and pylintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
r0x0d committed Oct 22, 2024
1 parent 1741e4c commit 24ced9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:
rev: v8.21.1
hooks:
- id: gitleaks-docker
stages: [manual, Nonepre-pushNone]
stages: [manual, pre-push]

- repo: local
hooks:
Expand Down
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ disable=
duplicate-code,
# We can't split the functions into smaller modules for now.
too-many-lines,
too-many-positional-arguments

[REPORTS]

Expand Down

0 comments on commit 24ced9f

Please sign in to comment.