Skip to content

Commit

Permalink
Merge pull request #121 from mitodl/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
blarghmatey authored Jun 20, 2024
2 parents a013fb1 + ff8d3c3 commit fc3835f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
- id: yamllint
args: [--format, parsable, -d, relaxed]
- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
rev: v1.5.0
hooks:
- id: detect-secrets
args:
Expand All @@ -48,7 +48,7 @@ repos:
- --exclude-files
- ".*/generated/"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.4.2"
rev: "v0.4.9"
hooks:
- id: ruff-format
- id: ruff
Expand Down
6 changes: 3 additions & 3 deletions .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"
Expand Down Expand Up @@ -125,7 +125,7 @@
"filename": "docker-compose.yml",
"hashed_secret": "afc848c316af1a89d49826c5ae9d00ed769415f3",
"is_verified": false,
"line_number": 13
"line_number": 7
}
],
"flow-typed/npm/jsdom_vx.x.x.js": [
Expand Down Expand Up @@ -163,5 +163,5 @@
}
]
},
"generated_at": "2023-09-07T17:08:49Z"
"generated_at": "2024-06-20T14:52:01Z"
}

0 comments on commit fc3835f

Please sign in to comment.