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
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exclude: |
)
repos:
- repo: https://github.com/CCBR/Tools
rev: v0.5
rev: v0.7
hooks:
- id: detect-absolute-paths
exclude: (?x)(
Expand Down Expand Up @@ -39,14 +39,14 @@ repos:
- prettier@3.4.0
# Python formatting
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.14
rev: v0.15.18
hooks:
- id: ruff-check
args: [--fix]
- id: ruff-format
# R formatting
- repo: https://github.com/posit-dev/air-pre-commit
rev: 0.9.0
rev: 0.10.0
hooks:
- id: air-format
# enforce commit format
Expand Down
2 changes: 1 addition & 1 deletion 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 Down