Skip to content

Commit 97fb1da

Browse files
Pre-commit autoupdate (#67)
1 parent fe8d063 commit 97fb1da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- id: check-toml
99
- repo: https://github.com/quantco/pre-commit-mirrors-ruff
10-
rev: 0.3.4
10+
rev: 0.4.3
1111
hooks:
1212
- id: ruff-conda
1313
- id: ruff-format-conda
1414
- repo: https://github.com/quantco/pre-commit-mirrors-mypy
15-
rev: 1.9.0
15+
rev: 1.10.0
1616
hooks:
1717
- id: mypy-conda

0 commit comments

Comments
 (0)