Skip to content

Commit 3c691ac

Browse files
committed
Update pre-commit
1 parent 398b513 commit 3c691ac

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
# Syntax validation and some basic sanity checks
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.6.0
4+
rev: v5.0.0
55
hooks:
66
- id: check-merge-conflict
77
- id: check-ast
@@ -11,8 +11,8 @@ repos:
1111
args: ['--maxkb=200']
1212
- id: check-yaml
1313

14-
- repo: https://github.com/charliermarsh/ruff-pre-commit
15-
rev: v0.4.8
14+
- repo: https://github.com/astral-sh/ruff-pre-commit
15+
rev: v0.7.0
1616
hooks:
1717
- id: ruff
1818
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
@@ -22,7 +22,7 @@ repos:
2222

2323
# Type checking
2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.10.0
25+
rev: v1.13.0
2626
hooks:
2727
- id: mypy
2828
files: 'src/.*\.py$'

0 commit comments

Comments
 (0)