Skip to content

Commit c321d90

Browse files
committed
ADD: UV, RUFF
DELETE: isort, black, pylint
1 parent d095803 commit c321d90

19 files changed

Lines changed: 415 additions & 651 deletions

File tree

.github/workflows/main.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
name: CI
2-
3-
on:
4-
push:
5-
branches:
6-
- main
7-
- master
8-
- develop
9-
paths:
10-
- '**.py'
11-
12-
jobs:
13-
code_analyzer:
14-
runs-on: ubuntu-latest
15-
16-
steps:
17-
- uses: actions/checkout@v2
18-
- name: Set up Python 3.10
19-
uses: actions/setup-python@v2
20-
with:
21-
python-version: "3.10"
22-
- name: Install dependencies
23-
run: |
24-
python -m pip install --upgrade pip
25-
pip install -r requirements.txt
26-
pip install pylint
27-
- name: Pylint
28-
run: pylint pacman
1+
#name: CI
2+
#
3+
#on:
4+
# push:
5+
# branches:
6+
# - main
7+
# - master
8+
# - develop
9+
# paths:
10+
# - '**.py'
11+
#
12+
#jobs:
13+
# code_analyzer:
14+
# runs-on: ubuntu-latest
15+
#
16+
# steps:
17+
# - uses: actions/checkout@v2
18+
# - name: Set up Python 3.10
19+
# uses: actions/setup-python@v2
20+
# with:
21+
# python-version: "3.10"
22+
# - name: Install dependencies
23+
# run: |
24+
# python -m pip install --upgrade pip
25+
# pip install -r requirements.txt
26+
# pip install pylint
27+
# - name: Pylint
28+
# run: pylint pacman

.pre-commit-config.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)