From 25bc63ee515c82adca18df010614df4239d07ade Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Wed, 4 Oct 2023 08:42:16 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20pylint=20(#71)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 2 +- .github/workflows/auto-assign.yml | 2 +- .github/workflows/mirror.yml | 2 +- .idea/inspectionProfiles/Project_Default.xml | 2 +- .../inspectionProfiles/profiles_settings.xml | 2 +- .idea/misc.xml | 2 +- .idea/modules.xml | 2 +- .idea/stat.iml | 2 +- .pre-commit-config.yaml | 13 + .pylint | 23 ++ CODEOWNERS | 2 +- poetry.lock | 277 +++++++++++++++++- pyproject.toml | 1 + 13 files changed, 313 insertions(+), 19 deletions(-) create mode 100644 .pylint diff --git a/.gitattributes b/.gitattributes index 32a0909..ba96967 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -statapp/ui/ui_*.py linguist-generated=true \ No newline at end of file +statapp/ui/ui_*.py linguist-generated=true diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml index 9492d0e..0952d1f 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.yml @@ -13,4 +13,4 @@ jobs: - uses: actions-ecosystem/action-add-assignees@v1 with: github_token: ${{ secrets.github_token }} - assignees: ${{ github.actor }} \ No newline at end of file + assignees: ${{ github.actor }} diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 8693881..5b20a1a 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -18,4 +18,4 @@ jobs: - uses: pixta-dev/repository-mirroring-action@674e65a7d483ca28dafaacba0d07351bdcc8bd75 # v1.1.1 with: target_repo_url: "git@gitflic.ru:shizand/statapp.git" - ssh_private_key: ${{ secrets.GITFLIC_SSH }} \ No newline at end of file + ssh_private_key: ${{ secrets.GITFLIC_SSH }} diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index e96f6e0..359d374 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -11,4 +11,4 @@ - \ No newline at end of file + diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml index 105ce2d..cc5462d 100644 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -3,4 +3,4 @@