Skip to content

Commit a6285ce

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.20.1 → v1.20.2](pre-commit/mirrors-mypy@v1.20.1...v1.20.2) - [github.com/astral-sh/ruff-pre-commit: v0.15.11 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.11...v0.15.12)
1 parent af476c1 commit a6285ce

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
@@ -1,7 +1,7 @@
11
fail_fast: false
22
repos:
33
- repo: https://github.com/pre-commit/mirrors-mypy
4-
rev: v1.20.1 # Use the sha / tag you want to point at
4+
rev: v1.20.2 # Use the sha / tag you want to point at
55
hooks:
66
- id: mypy
77
additional_dependencies: [types-pytz, types-python-dateutil, types-requests, types-waitress]
@@ -13,7 +13,7 @@ repos:
1313
- id: check-yaml
1414
- id: check-added-large-files
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.15.11
16+
rev: v0.15.12
1717
hooks:
1818
- id: ruff
1919
args: [ --fix ]

0 commit comments

Comments
 (0)