Skip to content

Commit

Permalink
feat: fix pylint in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptk committed May 26, 2023
1 parent 4e6c39d commit cf8067e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,11 @@ repos:
- id: ruff
args:
- --fix
- repo: local
- repo: https://github.com/pylint-dev/pylint
rev: v2.17.0
hooks:
- id: pylint
name: pylint
entry: poetry run -- pylint
language: system
types: [python]
additional_dependencies: [ "pydantic", "xmltodict" ]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.2.0
hooks:
Expand Down

0 comments on commit cf8067e

Please sign in to comment.