From a077191b7ec1e155d2eee6ea5e4d71a987f3f20c Mon Sep 17 00:00:00 2001 From: 50shades0fGraei Date: Sun, 1 Dec 2024 00:31:08 -0800 Subject: [PATCH 1/3] Create pylint.yml --- .github/workflows/pylint.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/pylint.yml diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml new file mode 100644 index 0000000..c73e032 --- /dev/null +++ b/.github/workflows/pylint.yml @@ -0,0 +1,23 @@ +name: Pylint + +on: [push] + +jobs: + build: + runs-on: ubuntu-latest + strategy: + matrix: + python-version: ["3.8", "3.9", "3.10"] + steps: + - uses: actions/checkout@v4 + - name: Set up Python ${{ matrix.python-version }} + uses: actions/setup-python@v3 + with: + python-version: ${{ matrix.python-version }} + - name: Install dependencies + run: | + python -m pip install --upgrade pip + pip install pylint + - name: Analysing the code with pylint + run: | + pylint $(git ls-files '*.py') From 4d718d22a7190bcbe1c5c7750495f0e0996676e2 Mon Sep 17 00:00:00 2001 From: Randall lujan Date: Thu, 5 Dec 2024 05:20:02 -0800 Subject: [PATCH 2/3] Update .flake8 Aarche64 install for better peocessing --- .flake8 | 1 + 1 file changed, 1 insertion(+) diff --git a/.flake8 b/.flake8 index bfbeba8..f21b73c 100644 --- a/.flake8 +++ b/.flake8 @@ -28,3 +28,4 @@ exclude = .pre-commit-config.yaml, *.md, .flake8 +pkg install mangal From b9abed2d1c8fe14a9ed2bcdec54278a29310b0d6 Mon Sep 17 00:00:00 2001 From: Randall lujan Date: Thu, 9 Jan 2025 14:56:25 -0800 Subject: [PATCH 3/3] Update .flake8 --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index f21b73c..78f960c 100644 --- a/.flake8 +++ b/.flake8 @@ -28,4 +28,4 @@ exclude = .pre-commit-config.yaml, *.md, .flake8 -pkg install mangal +