Skip to content

Commit

Permalink
[requirements] upgrade black
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBldy committed Aug 7, 2024
1 parent 296aeaa commit 675ddd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ test =
requests_mock

lint =
black==24.4.2; python_version >= '3.8'
black==24.8.0; python_version >= '3.8'
pre-commit==3.8.0; python_version >= '3.9'

[bdist_wheel]
Expand Down

0 comments on commit 675ddd1

Please sign in to comment.