Skip to content

Commit b6466ad

Browse files
chore: poetry and pre-commit updates
1 parent 3fe60b8 commit b6466ad

File tree

2 files changed

+69
-70
lines changed

2 files changed

+69
-70
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: ".*tests\/fixtures.*"
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.5.0
4+
rev: v4.6.0
55
hooks:
66
- id: check-yaml
77
- id: debug-statements
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
1111
# Ruff version.
12-
rev: v0.4.2
12+
rev: v0.4.3
1313
hooks:
1414
# Run the linter.
1515
- id: ruff

0 commit comments

Comments
 (0)