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
22
33on :
44 push :
Original file line number Diff line number Diff line change @@ -87,24 +87,24 @@ lint.select = [
8787lint.ignore = [
8888 " A" ,
8989 " ANN" ,
90- " ARG" , # Unused function argument:
90+ " ARG" , # Unused function argument:
9191 " B" ,
9292 " BLE" ,
9393 " COM812" ,
9494 " CPY" , # Missing copyright notice
9595 " D" , # docstring
9696 " DOC" , # docstring
9797 " EM" ,
98- " EXE" ,
9998 " ERA" ,
99+ " EXE" ,
100100 " FBT" ,
101101 " G" ,
102102 " N" ,
103103 " PERF" ,
104+ " PGH" ,
104105 " PLC" ,
105106 " PLR" ,
106107 " PLW" ,
107- " PGH" ,
108108 " PT" ,
109109 " RUF" ,
110110 " S" ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ set_env =
2929 sqlite: DBENGINE = sqlite
3030change_dir = {toxinidir}
3131commands =
32- {posargs:pytest tests -v - rw --create-db}
32+ {posargs:pytest tests -rw --create-db}
3333dependency_groups = dev
3434whitelist_externals =
3535 mkdir
You can’t perform that action at this time.
0 commit comments