Skip to content

Commit 511354a

Browse files
[pre-commit.ci] pre-commit autoupdate (#9339)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.8 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.8...v0.1.9) - [github.com/psf/black: 23.12.0 → 23.12.1](psf/black@23.12.0...23.12.1) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0) --------- Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
1 parent c600f34 commit 511354a

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.8"
20+
rev: "v0.1.9"
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.12.0
42+
rev: 23.12.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.7.1
115+
rev: v1.8.0
116116
hooks:
117117
- id: mypy
118118
name: mypy

0 commit comments

Comments
 (0)