Skip to content

Commit

Permalink
blackify and update black version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsheftel committed Apr 12, 2024
1 parent 0feaad0 commit bfbd6b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest coveralls black===24.1.1
pip install pytest coveralls black===24.3.0
pip install .
- name: ensure black format
Expand Down
1 change: 1 addition & 0 deletions pandas_market_calendars/calendar_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Utilities to use with market_calendars
"""

import itertools
import warnings

Expand Down
1 change: 1 addition & 0 deletions pandas_market_calendars/holidays/jpx_equinox.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
using pyephem (http://rhodesmill.org/pyephem/quick.html#equinoxes-solstices).
For a double check, see: https://aa.usno.navy.mil/data/docs/EarthSeasons.php
"""

import pandas as pd
from pandas.tseries.holiday import sunday_to_monday

Expand Down

0 comments on commit bfbd6b4

Please sign in to comment.