Skip to content

Commit

Permalink
lint: Run latest black, which changes docstring formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Feb 19, 2025
1 parent a9145c3 commit 1c6d270
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions iati_dashboard/make_csv.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Generates CSV files from data in the 'stats-calculated' folder and using additional logic
"""
"""Generates CSV files from data in the 'stats-calculated' folder and using additional logic"""

import csv
import logging
Expand Down
3 changes: 1 addition & 2 deletions iati_dashboard/make_plots.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env python
""" Generates static images of stats graphs using matplotlib.
"""
"""Generates static images of stats graphs using matplotlib."""

import argparse
import csv
Expand Down
3 changes: 1 addition & 2 deletions iati_dashboard/tests/test_timeliness.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Testing of functions in timeliness.py
"""
"""Testing of functions in timeliness.py"""

from iati_dashboard import timeliness # noqa: E402

Expand Down
3 changes: 1 addition & 2 deletions iati_dashboard/text.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Text fragments for page titles, navigation and page leaders/sub-leaders
"""
"""Text fragments for page titles, navigation and page leaders/sub-leaders"""

import copy

Expand Down
3 changes: 1 addition & 2 deletions iati_dashboard/ui/jinja2.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Jinja2 template configuration
"""
"""Jinja2 template configuration"""

import re

Expand Down

0 comments on commit 1c6d270

Please sign in to comment.