We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6bd97e commit aa02a8aCopy full SHA for aa02a8a
2 files changed
packages/pynumaflow/pyproject.toml
@@ -84,6 +84,15 @@ exclude = '''
84
)/
85
'''
86
87
+[tool.pytest]
88
+strict = true
89
+collect_imported_tests = false
90
+console_output_style = "times"
91
+log_cli = true
92
+log_cli_level = "DEBUG"
93
+log_cli_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)"
94
+log_cli_date_format = "%Y-%m-%d %H:%M:%S"
95
+
96
[tool.ruff]
97
line-length = 100
98
src = ["pynumaflow", "tests", "examples"]
@@ -94,4 +103,6 @@ extend-exclude = [
103
"*_pb2*.py",
104
"*.pyi"
105
]
106
107
+[tool.ruff.lint]
108
select = ["E", "F", "UP"]
packages/pynumaflow/pytest.ini
0 commit comments