Skip to content

Commit

Permalink
chore(deps): nuke broken linter plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Jul 11, 2023
1 parent 82539ae commit f0fa271
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,8 @@ repos:
rev: v3.0.0a6
hooks:
- id: pylint
additional_dependencies:
- pylint-import-modules==0.3.0
args:
- --allowed-direct-imports="typing.*"
- --load-plugins=pylint_import_modules,pylint.extensions.mccabe
- --load-plugins=pylint.extensions.mccabe
- --max-complexity=10
- --max-line-length=109
- --max-args=10
Expand Down

0 comments on commit f0fa271

Please sign in to comment.