Skip to content

Commit e458d49

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/astral-sh/ruff-pre-commit: v0.5.0 → v0.12.5](astral-sh/ruff-pre-commit@v0.5.0...v0.12.5)
1 parent a06caaa commit e458d49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
exclude: '.*\.(TcPOU)'
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.6.0 # Use the ref you want to point at
4+
rev: v5.0.0 # Use the ref you want to point at
55
hooks:
66
- id: trailing-whitespace
77
- id: check-yaml
88
- id: end-of-file-fixer
99
- id: requirements-txt-fixer
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
1111
# Ruff version.
12-
rev: v0.5.0
12+
rev: v0.12.5
1313
hooks:
1414
# Run the linter.
1515
- id: ruff

0 commit comments

Comments
 (0)