We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14559fb commit 3866c86Copy full SHA for 3866c86
1 file changed
pyproject.toml
@@ -1,6 +1,11 @@
1
[tool.black]
2
line-length = 79
3
4
+[tool.ruff]
5
+lint.ignore = [
6
+ "E731", # Do not assign a lambda expression, use a def
7
+]
8
+
9
[build-system]
10
requires = ["setuptools"]
11
build-backend = "setuptools.build_meta"
0 commit comments