We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afdb3c1 commit 574c12cCopy full SHA for 574c12c
.gitignore
@@ -97,4 +97,4 @@ dmypy.json
97
scripts/
98
99
# Logs
100
-*.log
+*.log
examples/example.py
@@ -134,4 +134,3 @@ async def main():
134
),
135
)
136
asyncio.run(main())
137
-
pytest.ini
@@ -10,4 +10,4 @@ markers =
10
integration: marks tests as integration tests
11
12
log_cli = true
13
-log_cli_level = INFO
+log_cli_level = INFO
0 commit comments