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: AgnostiqHQ/covalent-ecs-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7e90b6be911b04a547a2807aa448dbbb3ca443a9
Choose a base ref
..
head repository: AgnostiqHQ/covalent-ecs-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: afd5f0d3904e9b11a627df361111c7319d080b66
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
@@ -36,7 +36,7 @@ repos:
args: ["--profile", "black"]

- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.11.0
hooks:
- id: black
language_version: python3.8
@@ -51,7 +51,7 @@ repos:
)$
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v3.1.0
hooks:
- id: prettier
types: [yaml]
@@ -60,7 +60,7 @@ repos:
meta.yaml|
)$
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v3.1.0
hooks:
- id: prettier
types: [yaml]