fix bmo parser for new format / lints

This commit is contained in:
2026-05-09 00:00:38 -07:00
parent 93778beb31
commit 2662747ebe
3 changed files with 21 additions and 10 deletions
+3 -3
View File
@@ -1,14 +1,14 @@
# .pre-commit-config.yaml
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.5 # Check for the latest version
rev: v0.15.12 # Check for the latest version
hooks:
- id: ruff
args: ["check", "--select", "I", "--fix"]
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0 # Check for the latest version
rev: v6.0.0 # Check for the latest version
hooks:
- id: check-yaml
- id: end-of-file-fixer
@@ -16,6 +16,6 @@ repos:
- id: requirements-txt-fixer
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0 # Check for the latest version
rev: 7.3.0 # Check for the latest version
hooks:
- id: flake8