diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 29fca09..ad950ff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,4 +3,12 @@ repos: rev: 22.3.0 hooks: - id: black - language_version: python3.9 \ No newline at end of file + language_version: python3.9 + - repo: https://github.com/pylint-dev/pylint + rev: v2.16.2 + hooks: + - id: pylint + args: + - --disable=R,C,W + - --enable=E + \ No newline at end of file