Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#408)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jan 20, 2025
1 parent 1d790c0 commit 43f25f6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
54 changes: 27 additions & 27 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
changelog:
exclude:
labels:
- release-ignore
authors:
- pre-commit-ci
categories:
- title: Added
labels:
- "release-added"
- title: Changed
labels:
- "release-changed"
- title: Deprecated
labels:
- "release-deprecated"
- title: Removed
labels:
- "release-removed"
- title: Fixed
labels:
- "release-fixed"
- title: Security
labels:
- "release-security"
- title: Other Changes
labels:
- "*"
exclude:
labels:
- release-ignore
authors:
- pre-commit-ci
categories:
- title: Added
labels:
- "release-added"
- title: Changed
labels:
- "release-changed"
- title: Deprecated
labels:
- "release-deprecated"
- title: Removed
labels:
- "release-removed"
- title: Fixed
labels:
- "release-fixed"
- title: Security
labels:
- "release-security"
- title: Other Changes
labels:
- "*"
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
additional_dependencies: [numpy, types-requests]
exclude: tests/|docs/
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.1
rev: v0.9.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

0 comments on commit 43f25f6

Please sign in to comment.