Skip to content

Commit 7c6ea02

Browse files
authored
Merge branch 'main' into currency
2 parents 663028b + 28e2a18 commit 7c6ea02

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
- id: reorder-python-imports
2626
args: [--py312-plus, --add-import, from __future__ import annotations]
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.12.3
28+
rev: v0.12.4
2929
hooks:
3030
- id: ruff-check
3131
args: [--fix]
@@ -43,7 +43,7 @@ repos:
4343
args: [--no-pad-file, --language, sql, --command, sqlfluff fix --dialect sqlite]
4444
additional_dependencies: [sqlfluff]
4545
- repo: https://github.com/pre-commit/mirrors-mypy
46-
rev: v1.16.1
46+
rev: v1.17.0
4747
hooks:
4848
- id: mypy
4949
language_version: python3.12

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sqlite_export_for_ynab
3-
version = 1.3.1
3+
version = 1.3.2
44
description = SQLite Export for YNAB - Export YNAB Budget Data to SQLite
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)