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 440bc20 commit b3e3c11Copy full SHA for b3e3c11
pyproject.toml
@@ -1,19 +1,11 @@
1
[tool.codespell]
2
skip = '.git,*.pdf,*.svg,.tox'
3
ignore-regex = "\\\\[fnrstv]"
4
-#
5
-# ignore-words-list = ''
6
7
[tool.pytest.ini_options]
8
-addopts = [
9
- "--strict-config",
10
- "--strict-markers",
11
-]
+addopts = ["--strict-config", "--strict-markers"]
+asyncio_default_fixture_loop_scope = "session"
12
markers = ["online"]
13
-filterwarnings = [
14
- "error",
15
- '''ignore:datetime\.datetime\.utcfromtimestamp\(\) is deprecated and scheduled for removal in a future version.*:DeprecationWarning''',
16
17
18
[tool.ruff]
19
line-length = 110
0 commit comments