Skip to content

Commit a72315c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.7 → v0.15.21](astral-sh/ruff-pre-commit@v0.15.7...v0.15.21) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v2.3.0](pre-commit/mirrors-mypy@v1.19.1...v2.3.0)
1 parent bc2d7dc commit a72315c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: 'v0.15.7'
12+
rev: 'v0.15.21'
1313
hooks:
1414
- id: ruff
1515
args: [--fix]
@@ -26,7 +26,7 @@ repos:
2626
exclude_types: [csv, json]
2727
exclude: ^tests/fixtures/
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: 'v1.19.1'
29+
rev: 'v2.3.0'
3030
hooks:
3131
- id: mypy
3232
args: [--ignore-missing-imports]

0 commit comments

Comments
 (0)