Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exclude: |
)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.2.3
rev: v6.0.0
hooks:
- id: check-added-large-files
args: ["--maxkb=10240"]
Expand All @@ -17,27 +17,27 @@ repos:
- id: check-json
# spell check
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.4.3
hooks:
- id: codespell
# https://github.com/codespell-project/codespell/issues/1498
# Python formatting
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.10
rev: v0.15.22
hooks:
- id: ruff-check
args: [--fix]
- id: ruff-format
# general linting
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.1.0"
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
additional_dependencies:
- prettier@3.2.5
# enforce commit format
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.3.0
rev: v4.4.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
Expand Down
3 changes: 1 addition & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Maintained Versions

Actively maintained versions of contained software will vary from repository to repository, or may not be relevant at all.
Actively maintained versions of contained software will vary from repository to repository, or may not be relevant at all.
The developers of this repository will update this section if any actively maintained versions of the software need to be publicly disclosed. Otherwise, contact the developers directly for any version information.

## Vulnerability Disclosure:
Expand All @@ -16,4 +16,3 @@ Follow the instructions listed in the [HHS vulnerability disclosure policy](http
1. Click on the **Security and quality** tab of this repository.
2. Locate the **Report a vulnerability** button. If the button is not on the **Security and quality** landing page, look under the **Advisories** section in the side bar.
3. Click the **Report a vulnerability** button and submit the form. The developers will receive a notification of your submission.

Loading
Loading