Commit cb4afbac authored by Joel Collins's avatar Joel Collins
Browse files

Removed PyLint from pre-commit

parent 1e273bef
Loading
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -9,10 +9,3 @@ repos:
      - id: isort
        additional_dependencies: [toml]
        exclude: ^.*/?setup\.py$
  - repo: local
    hooks:
      - id: pylint
        name: pylint
        entry: poetry run pylint
        language: system
        types: [python]