Skip to content

Commit cb81c7c

Browse files
Rob Hudsonrobhudson
authored andcommitted
Update and run pre-commit on all files
1 parent 3b38a87 commit cb81c7c

File tree

6 files changed

+7
-8
lines changed

6 files changed

+7
-8
lines changed

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
.git
22
.github
3-

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ updates:
2020
interval: "weekly"
2121
groups:
2222
all-dependencies:
23-
update-types: ["major", "minor", "patch"]
23+
update-types: ["major", "minor", "patch"]

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727
fetch-tags: true
2828
persist-credentials: false
29-
29+
3030
- id: determine_tag
3131
name: determine tag
3232
run: |-
@@ -68,7 +68,7 @@ jobs:
6868
registry: ${{ env.GAR_LOCATION }}-docker.pkg.dev
6969
username: oauth2accesstoken
7070
password: ${{ steps.gcp_auth.outputs.access_token }}
71-
71+
7272
- name: Set up Docker Buildx
7373
uses: docker/setup-buildx-action@v3
7474

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-json

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Community Participation Guidelines
22

3-
This repository is governed by Mozilla's code of conduct and etiquette guidelines.
3+
This repository is governed by Mozilla's code of conduct and etiquette guidelines.
44
For more details, please read the
5-
[Mozilla Community Participation Guidelines](https://www.mozilla.org/about/governance/policies/participation/).
5+
[Mozilla Community Participation Guidelines](https://www.mozilla.org/about/governance/policies/participation/).
66

77
## How to Report
88
For more information on how to report violations of the Community Participation Guidelines, please read our '[How to Report](https://www.mozilla.org/about/governance/policies/participation/reporting/)' page.

bin/update_and_install_system_packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
set -euo pipefail
3-
# Tell apt-get we're never going to be able to give manual
3+
# Tell apt-get we're never going to be able to give manual
44
# feedback:
55
export DEBIAN_FRONTEND=noninteractive
66

0 commit comments

Comments
 (0)