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 1e8a666 commit 6f7ec23Copy full SHA for 6f7ec23
grafana_wtf/__init__.py
@@ -1,3 +1,4 @@
1
"""grafana-wtf: Grep through all Grafana entities"""
2
+
3
__appname__ = "grafana-wtf"
4
__version__ = "0.17.0"
pyproject.toml
@@ -1,6 +1,5 @@
[tool.black]
line-length = 120
-src_paths = ["grafana_wtf", "tests"]
5
[tool.isort]
6
profile = "black"
0 commit comments