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: RSSerpent/rsserpent-plugin-bilibili
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bf13d1aa8f5564868d42a1395a1fe45b01c51e3e
Choose a base ref
..
head repository: RSSerpent/rsserpent-plugin-bilibili
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7341a42e4908957ebd5bd1aa64f0b54fe7aabed5
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
@@ -29,7 +29,7 @@ repos:
- id: pyupgrade
name: Upgrade Python Syntax
- repo: https://github.com/crate-ci/typos
rev: typos-dict-v0.8.1
rev: typos-dict-v0.8.2
hooks:
- id: typos
name: Check Typos
@@ -45,7 +45,7 @@ repos:
- id: isort
name: Sort Imports
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.942
rev: v0.950
hooks:
- id: mypy
name: Type Check