Skip to content

Commit 354f29b

Browse files
committed
linting
1 parent a22c990 commit 354f29b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ lint.per-file-ignores."src/cytodataframe/image.py" = [ "PLR2004" ]
116116
# ignore typing rules for tests
117117
lint.per-file-ignores."tests/*" = [ "ANN201", "PLR0913", "PLR2004", "SIM105" ]
118118

119+
# specify where version replacement is performed
120+
[tool.bandit]
121+
exclude_dirs = [ "tests" ]
122+
119123
[tool.pytest]
120124
ini_options.addopts = "--cov=src/cytodataframe --cov-report=term-missing:skip-covered --no-cov-on-fail"
121125

@@ -130,10 +134,6 @@ run.omit = [
130134
[tool.jupytext]
131135
formats = "ipynb,py:light"
132136

133-
# specify where version replacement is performed
134-
[tool.bandit]
135-
exclude_dirs = [ "tests" ]
136-
137137
[tool.poe]
138138
# note: quarto commands below expect quarto installed on the local system.
139139
# see here for more information: https://quarto.org/docs/download/

0 commit comments

Comments
 (0)