Skip to content

Commit 212e431

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.5 → v0.8.3](astral-sh/ruff-pre-commit@v0.4.5...v0.8.3) - [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.13.0](pre-commit/mirrors-mypy@v1.10.0...v1.13.0)
1 parent 840e545 commit 212e431

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
repos:
1616
# Standard hooks
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v4.6.0
18+
rev: v5.0.0
1919
hooks:
2020
- id: check-case-conflict
2121
- id: check-docstring-first
@@ -32,20 +32,20 @@ repos:
3232

3333
# Ruff linter, replacement for flake8, isort, pydocstyle
3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: 'v0.4.5'
35+
rev: 'v0.8.3'
3636
hooks:
3737
- id: ruff
3838
args: [--fix, --exit-non-zero-on-fix]
3939

4040
# Python formatting
4141
- repo: https://github.com/psf/black
42-
rev: 24.4.2
42+
rev: 24.10.0
4343
hooks:
4444
- id: black
4545

4646
# Python type checking
4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: 'v1.10.0'
48+
rev: 'v1.13.0'
4949
hooks:
5050
- id: mypy
5151
args: [src]

0 commit comments

Comments
 (0)