Skip to content

Commit c649536

Browse files
committed
Upgrade to Black 25.
1 parent c25b56b commit c649536

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

python/BioSimSpace/Sandpit/Exscientia/_SireWrappers/_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# You should have received a copy of the GNU General Public License
1919
# along with BioSimSpace. If not, see <http://www.gnu.org/licenses/>.
2020
#####################################################################
21-
"""
21+
"""
2222
Utilities.
2323
"""
2424

python/BioSimSpace/_SireWrappers/_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# You should have received a copy of the GNU General Public License
1919
# along with BioSimSpace. If not, see <http://www.gnu.org/licenses/>.
2020
#####################################################################
21-
"""
21+
"""
2222
Utilities.
2323
"""
2424

recipes/biosimspace/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ test:
2727
- SIRE_SILENT_PHONEHOME
2828
requires:
2929
- pytest <8
30-
- black 24 # [linux and x86_64 and py==312]
30+
- black 25 # [linux and x86_64 and py==312]
3131
- pytest-black # [linux and x86_64 and py==312]
3232
- ambertools # [linux and x86_64]
3333
- gromacs # [linux and x86_64]

0 commit comments

Comments
 (0)