Skip to content

Commit 6c8566e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.5](astral-sh/ruff-pre-commit@v0.1.4...v0.1.5) - [github.com/tox-dev/pyproject-fmt: 1.4.1 → 1.5.1](tox-dev/pyproject-fmt@1.4.1...1.5.1) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.7.0](pre-commit/mirrors-mypy@v1.6.1...v1.7.0)
1 parent 26d5d43 commit 6c8566e

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
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3.9
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 23.10.1
5+
rev: 23.11.0
66
hooks:
77
- id: black
88
args: [--safe, --quiet]
@@ -28,18 +28,18 @@ repos:
2828
- id: pyupgrade
2929
args: [--py38-plus]
3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: v0.1.4
31+
rev: v0.1.5
3232
hooks:
3333
- id: ruff
3434
args: [--fix, --exit-non-zero-on-fix]
3535
- repo: https://github.com/tox-dev/pyproject-fmt
36-
rev: "1.4.1"
36+
rev: "1.5.1"
3737
hooks:
3838
- id: pyproject-fmt
3939
exclude: docs/examples/
4040

4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: 'v1.6.1'
42+
rev: 'v1.7.0'
4343
hooks:
4444
- id: mypy
4545
args: [--strict]

0 commit comments

Comments
 (0)