Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
- --remove-all-unused-imports
- --remove-duplicate-keys
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.12.0
rev: 26.1.0
hooks:
- id: black
- repo: https://github.com/asottile/reorder-python-imports
Expand Down
1 change: 0 additions & 1 deletion testing/constants.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from datetime import datetime


TEST_BUCKET_NAME = "mock-bucket"
TEST_DB_NAME = "fake.db"
TEST_DATE = datetime(1992, 11, 25)
Expand Down
Loading