Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/commitizen-tools/commitizen: v3.29.0 → v4.1.0](commitizen-tools/commitizen@v3.29.0...v4.1.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.4 → v0.8.3](astral-sh/ruff-pre-commit@v0.6.4...v0.8.3)
  • Loading branch information
pre-commit-ci[bot] authored Dec 16, 2024
1 parent 505acfa commit 5196917
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
name: trim trailing whitespace
description: trims trailing whitespace.
entry: trailing-whitespace-fixer
language: python
types: [text]
stages: [commit, push, manual]
stages: [pre-commit, pre-push, manual]

- id: end-of-file-fixer
name: fix end of files
description: ensures that a file is either empty, or ends with one newline.
entry: end-of-file-fixer
language: python
types: [text]
stages: [commit, push, manual]
stages: [pre-commit, pre-push, manual]

- id: detect-aws-credentials
name: detect aws credentials
Expand Down Expand Up @@ -60,20 +60,20 @@ repos:
description: prevents giant files from being committed.
entry: check-added-large-files
language: python
stages: [commit, push, manual]
stages: [pre-commit, pre-push, manual]
args: ['--maxkb=10240']

# Versioning: Commit messages & changelog
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.29.0
rev: v4.1.0
hooks:
- id: commitizen
stages: [commit-msg]

# Lint / autoformat: Python code
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: "v0.6.4"
rev: "v0.8.3"
hooks:
# Run the linter
- id: ruff
Expand Down

0 comments on commit 5196917

Please sign in to comment.