Skip to content

Commit

Permalink
Remove pylint in favor of ruff and mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Jun 11, 2024
1 parent 71053db commit e79f0f5
Show file tree
Hide file tree
Showing 23 changed files with 27 additions and 492 deletions.
8 changes: 0 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,4 @@ repos:
args: [ --fix ]
- id: ruff-format

- repo: local
hooks:
- id: pylint
name: pylint
language: system
types: [python]
entry: "python -m pylint"

exclude: ".*snapshots/"
Loading

0 comments on commit e79f0f5

Please sign in to comment.