Skip to content

Commit df5592b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.1 → v0.12.9](astral-sh/ruff-pre-commit@v0.12.1...v0.12.9) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.17.1](pre-commit/mirrors-mypy@v1.16.1...v1.17.1)
1 parent 4195d5e commit df5592b

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
@@ -13,14 +13,14 @@ repos:
1313
args: ['-t=3.10-', '--violations']
1414

1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v5.0.0
16+
rev: v6.0.0
1717
hooks:
1818
- id: no-commit-to-branch
1919
name: "don't commit to main branch"
2020
args: ['--branch', 'main']
2121

2222
- repo: https://github.com/pre-commit/pre-commit-hooks
23-
rev: v5.0.0
23+
rev: v6.0.0
2424
hooks:
2525
- id: trailing-whitespace
2626
- id: end-of-file-fixer
@@ -30,14 +30,14 @@ repos:
3030
exclude: conda/meta.yaml
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.12.1
33+
rev: v0.12.9
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.16.1
40+
rev: v1.17.1
4141
hooks:
4242
- id: mypy
4343
additional_dependencies: [pandas-stubs, pytest]

0 commit comments

Comments
 (0)