Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pyalarmdotcom/pyalarmdotcomajax
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f7050f035748203657d75a1d806a36a74a57e607
Choose a base ref
..
head repository: pyalarmdotcom/pyalarmdotcomajax
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3989859fc052d186b830ff211814d49050bf3621
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 .pre-commit-config.yaml
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ default_language_version:

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.10
rev: v0.11.0
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
@@ -35,7 +35,7 @@ repos:
additional_dependencies: [types-all]
args: [--config-file=pyproject.toml]
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.35.1
rev: v1.36.2
hooks:
- id: yamllint
exclude: (.vscode|.devcontainer|.github)