Skip to content

Commit 191b795

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com./pre-commit/pre-commit-hooks: v3.3.0 → v4.6.0](pre-commit/pre-commit-hooks@v3.3.0...v4.6.0) - [github.com./astral-sh/ruff-pre-commit: v0.4.2 → v0.5.2](astral-sh/ruff-pre-commit@v0.4.2...v0.5.2) - [github.com./pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1)
1 parent cbf9d18 commit 191b795

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
args: ['-t=3.10-', '--violations']
1414

1515
- repo: https://github.com./pre-commit/pre-commit-hooks
16-
rev: v3.3.0
16+
rev: v4.6.0
1717
hooks:
1818
- id: no-commit-to-branch
1919
name: "don't commit to main branch"
@@ -30,14 +30,14 @@ repos:
3030
exclude: conda/meta.yaml
3131

3232
- repo: https://github.com./astral-sh/ruff-pre-commit
33-
rev: v0.4.2
33+
rev: v0.5.2
3434
hooks:
3535
- id: ruff
3636
args: ['--fix']
3737
- id: ruff-format
3838

3939
- repo: https://github.com./pre-commit/mirrors-mypy
40-
rev: v1.10.0
40+
rev: v1.10.1
4141
hooks:
4242
- id: mypy
4343
additional_dependencies: [pandas-stubs, pytest]

0 commit comments

Comments
 (0)