Skip to content

Commit b337acb

Browse files
[pre-commit.ci] pre-commit autoupdate (#68)
2 parents 584a16a + d3208d5 commit b337acb

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# package ecosystems to update and where the package manifests are located.
33
# Please see the documentation for all configuration options:
44
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5-
65
version: 2
76
updates:
87
- package-ecosystem: "devcontainers"

.github/workflows/codacy.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
# They are provided by a third-party and are governed by
33
# separate terms of service, privacy policy, and support
44
# documentation.
5-
65
# This workflow checks out code, performs a Codacy security scan
76
# and integrates the results with the
87
# GitHub Advanced Security code scanning feature. For more information on
98
# the Codacy security scan action usage and parameters, see
109
# https://github.com/codacy/codacy-analysis-cli-action.
1110
# For more information on Codacy Analysis CLI in general, see
1211
# https://github.com/codacy/codacy-analysis-cli.
13-
1412
name: Codacy Security Scan
1513
on:
1614
push:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ repos:
5252
types: [shell]
5353
# Yamlfmt for formatting YAML files
5454
- repo: https://github.com/google/yamlfmt
55-
rev: "v0.15.0"
55+
rev: "v0.16.0"
5656
hooks:
5757
- id: yamlfmt
5858
# Codespell for detecting common misspellings in code

0 commit comments

Comments
 (0)