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: umccr/orcabus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7e51bdbc708dc31d177a056956bf07785aa883c2
Choose a base ref
..
head repository: umccr/orcabus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 171e397dad81cd57bcbdfb1752a8f8d8054fd8a0
Choose a head ref
Showing 442 changed files with 32,941 additions and 7,078 deletions.
9 changes: 5 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: check-added-large-files
exclude: ^(yarn.lock|.yarn/)
@@ -15,23 +15,24 @@ repos:
args: [ --branch, main, --branch, master, --pattern, release/.* ]

- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
rev: v1.5.0
hooks:
- id: detect-secrets
name: detect secrets
args: [ '--baseline', '.secrets.baseline' ]
exclude: ^(yarn.lock|.yarn/|.yarnrc.yml)

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.5.0
rev: v9.17.0
hooks:
- id: eslint
exclude: ^(skel/|yarn.lock|.yarn/|.local/|docs/|openapi/)

# FIXME: plugin repo is public archived. To follow up for replacement. ~victor
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
hooks:
- id: prettier
entry: prettier --ignore-unknown
entry: yarn prettier --ignore-unknown
args: [ '--check' ]
exclude: ^(skel/|yarn.lock|.yarn/|.local/|docs/|openapi/)
2 changes: 1 addition & 1 deletion .secrets.baseline
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.0",
"version": "1.5.0",
"plugins_used": [
{
"name": "ArtifactoryDetector"
Loading