File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747
4848 - name : Register problems matchers
4949 run : |
50- echo "::add-matcher::.github/workflows/matchers/pylint.json"
51- echo "::add-matcher::.github/workflows/matchers/flake8.json"
5250 echo "::add-matcher::.github/workflows/matchers/mypy.json"
5351 echo "::add-matcher::.github/workflows/matchers/python.json"
5452
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77 - id : check-yaml
88 - id : trailing-whitespace
99 - id : end-of-file-fixer
10- - repo : local
10+ - repo : https://github.com/astral-sh/ruff-pre-commit
11+ rev : v0.9.5
1112 hooks :
12- - id : black
13- name : black
14- entry : black
15- language : system
16- types : [ python ]
17- - id : flake8
18- name : flake8
19- entry : flake8
20- language : system
13+ - id : ruff
14+ name : ruff check
2115 types : [ python ]
22- - id : isort
23- name : isort
24- entry : isort
25- language : system
26- types : [ python ]
27- - id : pyupgrade
28- name : pyupgrade
29- entry : pyupgrade
30- args : ["--py37-plus"]
31- language : system
16+ - id : ruff-format
17+ name : ruff format
3218 types : [ python ]
19+ - repo : local
20+ hooks :
3321 - id : mypy
3422 name : mypy
3523 entry : mypy
3624 language : system
3725 types : [ python ]
38- - id : pylint
39- name : pylint
40- entry : pylint
41- language : system
42- types : [ python ]
You can’t perform that action at this time.
0 commit comments