Skip to content

Commit 3de196c

Browse files
[pre-commit.ci] pre-commit autoupdate (#9182)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.0 → v0.1.1](astral-sh/ruff-pre-commit@v0.1.0...v0.1.1) - [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1) - [github.com/pre-commit/mirrors-mypy: v1.6.0 → v1.6.1](pre-commit/mirrors-mypy@v1.6.0...v1.6.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5cfca87 commit 3de196c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
doc/data/messages/m/missing-final-newline/bad/crlf.py
1818
)$
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: "v0.1.0"
20+
rev: "v0.1.1"
2121
hooks:
2222
- id: ruff
2323
args: ["--fix"]
@@ -39,7 +39,7 @@ repos:
3939
- id: isort
4040
exclude: doc/data/messages/
4141
- repo: https://github.com/psf/black
42-
rev: 23.9.1
42+
rev: 23.10.1
4343
hooks:
4444
- id: black
4545
args: [--safe, --quiet]
@@ -112,7 +112,7 @@ repos:
112112
files: ^(doc/(.*/)*.*\.rst)
113113
additional_dependencies: [Sphinx==5.0.1]
114114
- repo: https://github.com/pre-commit/mirrors-mypy
115-
rev: v1.6.0
115+
rev: v1.6.1
116116
hooks:
117117
- id: mypy
118118
name: mypy

0 commit comments

Comments
 (0)