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 c54e37e commit a784070Copy full SHA for a784070
pyproject.toml
@@ -18,7 +18,7 @@ pytest-mock = "^3.10.0"
18
19
[tool.poetry.group.dev.dependencies]
20
flake8 = ">=6,<8"
21
-black = "^23.1.0"
+black = ">=23.1,<25.0"
22
mypy = "^1.0.0"
23
psycopg-binary = "^3.1.8"
24
src/sinker/settings.py
@@ -1,4 +1,5 @@
1
"""Sinker settings."""
2
+
3
import logging.config
4
import os
5
0 commit comments