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: cereal2nd/velbus-aio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ff966f366b7803617af626e0f860c903c94cf70f
Choose a base ref
..
head repository: cereal2nd/velbus-aio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c92633b5a7b0f1a4f7c31a97682bb65080022c22
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.3.2
hooks:
- id: pyupgrade
args: [--py38-plus]
@@ -61,7 +61,7 @@ repos:
- id: python-no-eval
- id: python-no-log-warn
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.6
rev: v3.0.0-alpha.9-for-vscode
hooks:
- id: prettier
- repo: https://github.com/cdce8p/python-typing-update