Skip to content

Commit 6f7ec23

Browse files
committed
Chore: Apply required changes for Black 24
1 parent 1e8a666 commit 6f7ec23

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

grafana_wtf/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
"""grafana-wtf: Grep through all Grafana entities"""
2+
23
__appname__ = "grafana-wtf"
34
__version__ = "0.17.0"

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[tool.black]
22
line-length = 120
3-
src_paths = ["grafana_wtf", "tests"]
43

54
[tool.isort]
65
profile = "black"

0 commit comments

Comments
 (0)