Skip to content

Commit 2bfa9cc

Browse files
Merge pull request #3 from ParticularlyPythonicBS/pre-commit-ci-update-config
2 parents b704172 + f633e36 commit 2bfa9cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/uv-pre-commit
3-
rev: 0.7.12
3+
rev: 0.7.17
44
hooks:
55
# Dependency management
66
- id: uv-lock
@@ -23,7 +23,7 @@ repos:
2323

2424
# Python Linting & Formatting with Ruff
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.11.13
26+
rev: v0.12.1
2727
hooks:
2828
- id: ruff
2929
name: ruff (linter)
@@ -32,7 +32,7 @@ repos:
3232
name: ruff-format (formatter)
3333

3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v1.16.0
35+
rev: v1.16.1
3636
hooks:
3737
- id: mypy
3838
args: [--strict]

0 commit comments

Comments
 (0)