Skip to content

Commit 70b0b4a

Browse files
Merge pull request #2099 from VWS-Python/dependabot/pip/ruff-0.1.15
Bump ruff from 0.1.14 to 0.1.15
2 parents f484fd2 + 96e188a commit 70b0b4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ ignore = [
170170
# docstrings.
171171
"D406",
172172
"D407",
173+
"D413",
173174
# We have an existing interface to support and so we do not want to change
174175
# exception names.
175176
"N818",
@@ -241,7 +242,7 @@ dev = [
241242
"pytest==7.4.4",
242243
"pytest-cov==4.1",
243244
"PyYAML==6.0.1",
244-
"ruff==0.1.14",
245+
"ruff==0.1.15",
245246
"Sphinx==7.2.6",
246247
"sphinx-autodoc-typehints==1.25.3",
247248
"sphinx-prompt==1.8",

0 commit comments

Comments
 (0)