Skip to content

Commit 3866c86

Browse files
committed
pyproject.toml: add ruff lint rules section
1 parent 14559fb commit 3866c86

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
[tool.black]
22
line-length = 79
33

4+
[tool.ruff]
5+
lint.ignore = [
6+
"E731", # Do not assign a lambda expression, use a def
7+
]
8+
49
[build-system]
510
requires = ["setuptools"]
611
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)