File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- name : Test
1
+ name : Lint
2
2
3
3
on :
4
4
push :
Original file line number Diff line number Diff line change @@ -87,24 +87,24 @@ lint.select = [
87
87
lint.ignore = [
88
88
" A" ,
89
89
" ANN" ,
90
- " ARG" , # Unused function argument:
90
+ " ARG" , # Unused function argument:
91
91
" B" ,
92
92
" BLE" ,
93
93
" COM812" ,
94
94
" CPY" , # Missing copyright notice
95
95
" D" , # docstring
96
96
" DOC" , # docstring
97
97
" EM" ,
98
- " EXE" ,
99
98
" ERA" ,
99
+ " EXE" ,
100
100
" FBT" ,
101
101
" G" ,
102
102
" N" ,
103
103
" PERF" ,
104
+ " PGH" ,
104
105
" PLC" ,
105
106
" PLR" ,
106
107
" PLW" ,
107
- " PGH" ,
108
108
" PT" ,
109
109
" RUF" ,
110
110
" S" ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ set_env =
29
29
sqlite: DBENGINE = sqlite
30
30
change_dir = {toxinidir}
31
31
commands =
32
- {posargs:pytest tests -v - rw --create-db}
32
+ {posargs:pytest tests -rw --create-db}
33
33
dependency_groups = dev
34
34
whitelist_externals =
35
35
mkdir
You can’t perform that action at this time.
0 commit comments