Skip to content

Commit

Permalink
Update black in noxfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Oct 9, 2023
1 parent ec4f15a commit ffddacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

import nox

BLACK_VERSION = "black==22.3.0"
BLACK_VERSION = "black==23.7.0"
ISORT_VERSION = "isort==5.10.1"
LINT_PATHS = ["docs", "pandas_gbq", "tests", "noxfile.py", "setup.py"]

Expand Down

0 comments on commit ffddacf

Please sign in to comment.