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: lone17/docqa
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a2ef438b63d687391b22153ab106f9480f0ac14f
Choose a base ref
..
head repository: lone17/docqa
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bb8a2b7e8adca80523c915e3632d8d5968400c09
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 .pre-commit-config.yaml
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ repos:
- id: check-added-large-files
exclude: docqa/demo/data/
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
language_version: python3
@@ -24,7 +24,7 @@ repos:
args: ["--profile", "black"]
language_version: python3.10
- repo: https://github.com/pycqa/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
args: ["--max-line-length", "88", "--extend-ignore", "E203"]
@@ -46,7 +46,7 @@ repos:
- id: prettier
types_or: [yaml]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.11.0"
rev: "v1.11.1"
hooks:
- id: mypy
additional_dependencies: [types-PyYAML==6.0.12.11, "types-requests"]