From bbc90209e88ea67eeea49f8ca0d82e8c52a80a2d Mon Sep 17 00:00:00 2001 From: Kalki Date: Tue, 20 Jun 2023 19:25:44 +0530 Subject: [PATCH] ui changes --- .pre-commit-config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 000000000..46fd9ae14 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,8 @@ +repos: + - repo: local + hooks: + - id: pylint + name: pylint + entry: pylint + language: system + types: [python] \ No newline at end of file