Skip to content

Commit a8ed6a0

Browse files
[pre-commit.ci] pre-commit autoupdate (#204)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.1.6](astral-sh/ruff-pre-commit@v0.1.5...v0.1.6) - [github.com/compilerla/conventional-pre-commit: v2.4.0 → v3.0.0](compilerla/conventional-pre-commit@v2.4.0...v3.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a0564d7 commit a8ed6a0

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
@@ -10,14 +10,14 @@ repos:
1010
- id: end-of-file-fixer
1111
- id: trailing-whitespace
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.1.5
13+
rev: v0.1.6
1414
hooks:
1515
- id: ruff
1616
args:
1717
- --fix
1818
- id: ruff-format
1919
- repo: https://github.com/compilerla/conventional-pre-commit
20-
rev: v2.4.0
20+
rev: v3.0.0
2121
hooks:
2222
- id: conventional-pre-commit
2323
stages: [commit-msg]

0 commit comments

Comments
 (0)