Browse Source

pre-commit-hook: added pylint

Fabian Peter Hammerle 4 năm trước cách đây
mục cha
commit
72ce2f9fd3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .githooks/pre-commit

+ 1 - 0
.githooks/pre-commit

@@ -5,3 +5,4 @@ set -ex
 pipenv clean
 pipenv sync --dev
 pipenv run pytest
+pipenv run pylint symuid --disable=fixme