Skip to content

Commit 7355da4

Browse files
chore(deps): pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.6.1](astral-sh/ruff-pre-commit@v0.5.0...v0.6.1) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.1](pre-commit/mirrors-mypy@v1.10.1...v1.11.1) - [github.com/pre-commit/pre-commit: v3.7.1 → v3.8.0](pre-commit/pre-commit@v3.7.1...v3.8.0)
1 parent 37a64a4 commit 7355da4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ repos:
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
1818
# Ruff version.
19-
rev: 'v0.5.0'
19+
rev: 'v0.6.1'
2020
hooks:
2121
- id: ruff
2222
args: [--fix, --exit-non-zero-on-fix]
2323
- id: ruff-format
2424

2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v1.10.1
26+
rev: v1.11.1
2727
hooks:
2828
- id: mypy
2929
pass_filenames: true
3030
additional_dependencies:
3131
- types-requests
3232

3333
- repo: https://github.com/pre-commit/pre-commit
34-
rev: v3.7.1
34+
rev: v3.8.0
3535
hooks:
3636
- id: validate_manifest

0 commit comments

Comments
 (0)