Skip to content

Commit

Permalink
Merge pull request #1860 from abhisrkckl/update-black
Browse files Browse the repository at this point in the history
Update `black` version
  • Loading branch information
dlakaplan authored Nov 12, 2024
2 parents 6eebdcb + 2487924 commit 948b934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ repos:
- id: check-merge-conflict
- id: check-symlinks
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.10.0
hooks:
- id: black
3 changes: 1 addition & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ pdbpp
tox
pre-commit
typed-ast>=1.5.0
#black>=19.0a0,<20.0a0
black~=23.0
black~=24.0
pygments
ipython
pathlib2
Expand Down

0 comments on commit 948b934

Please sign in to comment.