Skip to content

Commit

Permalink
Merge pull request #70 from beeware/autoupdates/pre-commit/black-pre-…
Browse files Browse the repository at this point in the history
…commit-mirror

Bump black-pre-commit-mirror from 24.3.0 to 24.4.0
  • Loading branch information
freakboy3742 authored Apr 15, 2024
2 parents 3e8d4f2 + c2f340f commit b647b8f
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -20,7 +20,7 @@ repos:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.3.0
rev: 24.4.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ requires = [
"lru_dict",
"pillow",
"numpy",
"pandas",
# Pandas 2.2.2 doesn't publish ARM64 macOS wheels for Py 3.9 or 3.10
"pandas != 2.2.2; python_version < '3.11'",
"pandas; python_version >= '3.11'"
]
test_requires = [
"pytest",
Expand Down

0 comments on commit b647b8f

Please sign in to comment.