Skip to content
Merged
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 @@ -49,5 +49,5 @@ repos:
additional_dependencies:
- aiopathlib
- asyncio-for-ynab
- rich>=12
- rich>=10
language_version: python3.12
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ install_requires =
aiosqlite
asyncio-for-ynab
fasteners
rich>=12
rich>=10
tenacity
python_requires = >=3.12

Expand Down
Loading