Skip to content

Commit 5a872e5

Browse files
committed
Added COM812 to tools.ruff.lint.ignore
Signed-off-by: Vlad Gheorghiu <[email protected]>
1 parent 8d0465b commit 5a872e5

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Code checker/formatter
2+
#
3+
# Pre-requisites
4+
#
5+
# isort
6+
# mypy
7+
# ruff
8+
# uv
9+
110
src-dir = oqs
211
tests-dir = tests
312
examples-dir = examples

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ ignore = [
7171
"A003",
7272
"ANN002", "ANN003", "ANN401",
7373
"C901",
74+
"COM812",
7475
"D100", "D101", "D102", "D103", "D104", "D105", "D106", "D107", "D203", "D205", "D212",
7576
"ERA001",
7677
"FA100", "FA102",

0 commit comments

Comments
 (0)