Skip to content

Commit 13fbd6d

Browse files
[pre-commit.ci] pre-commit autoupdate
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.2](astral-sh/ruff-pre-commit@v0.6.4...v0.8.2)
1 parent 505acfa commit 13fbd6d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
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: trailing-whitespace
66
name: trim trailing whitespace
77
description: trims trailing whitespace.
88
entry: trailing-whitespace-fixer
99
language: python
1010
types: [text]
11-
stages: [commit, push, manual]
11+
stages: [pre-commit, pre-push, manual]
1212

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

2121
- id: detect-aws-credentials
2222
name: detect aws credentials
@@ -60,20 +60,20 @@ repos:
6060
description: prevents giant files from being committed.
6161
entry: check-added-large-files
6262
language: python
63-
stages: [commit, push, manual]
63+
stages: [pre-commit, pre-push, manual]
6464
args: ['--maxkb=10240']
6565

6666
# Versioning: Commit messages & changelog
6767
- repo: https://github.com/commitizen-tools/commitizen
68-
rev: v3.29.0
68+
rev: v4.1.0
6969
hooks:
7070
- id: commitizen
7171
stages: [commit-msg]
7272

7373
# Lint / autoformat: Python code
7474
- repo: https://github.com/astral-sh/ruff-pre-commit
7575
# Ruff version.
76-
rev: "v0.6.4"
76+
rev: "v0.8.2"
7777
hooks:
7878
# Run the linter
7979
- id: ruff

0 commit comments

Comments
 (0)