Skip to content

Commit db741bf

Browse files
authored
Two more ruff ignores (#7)
1 parent 3bd831c commit db741bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* On a new release, you just update the __version__.
1515
"""
1616

17-
# ruff: noqa: RUF100, S310, PLR2004, D400, D415, S603, BLE001
17+
# ruff: noqa: RUF100, S310, PLR2004, D212, D400, D415, S603, BLE001, COM812
1818

1919
import logging
2020
import subprocess

0 commit comments

Comments
 (0)