Skip to content

Commit e759aef

Browse files
committed
lint
1 parent 2f3e98a commit e759aef

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: Lint
22

33
on:
44
push:

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,24 +87,24 @@ lint.select = [
8787
lint.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",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ set_env =
2929
sqlite: DBENGINE = sqlite
3030
change_dir = {toxinidir}
3131
commands =
32-
{posargs:pytest tests -v -rw --create-db}
32+
{posargs:pytest tests -rw --create-db}
3333
dependency_groups = dev
3434
whitelist_externals =
3535
mkdir

0 commit comments

Comments
 (0)