Skip to content

Commit e382e72

Browse files
[pre-commit.ci] pre-commit autoupdate (#722)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.16.2 → v0.16.3](astral-sh/ruff-pre-commit@v0.16.2...v0.16.3) - [github.com/pre-commit/pre-commit-hooks: v2.1.0 → v6.0.0](pre-commit/pre-commit-hooks@v2.1.0...v6.0.0) - [github.com/pre-commit/mirrors-mypy: v2.3.0 → v2.3.1](pre-commit/mirrors-mypy@v2.3.0...v2.3.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d23f110 commit e382e72

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: "v0.16.2"
3+
rev: "v0.16.3"
44
hooks:
55
- id: ruff-check
66
args: ["--fix"]
@@ -14,7 +14,7 @@ repos:
1414
language: python
1515
files: \.py$
1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v2.1.0
17+
rev: v6.0.0
1818
hooks:
1919
- id: trailing-whitespace
2020
- id: end-of-file-fixer
@@ -41,7 +41,7 @@ repos:
4141
language: python
4242
additional_dependencies: [pygments, restructuredtext_lint]
4343
- repo: https://github.com/pre-commit/mirrors-mypy
44-
rev: v2.3.0
44+
rev: v2.3.1
4545
hooks:
4646
- id: mypy
4747
files: ^(src/|testing/)

0 commit comments

Comments
 (0)