Skip to content

Commit 54b3314

Browse files
Merge pull request #964 from pypa/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 8bc8916 + 65b0e80 commit 54b3314

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
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.9.1
5+
rev: 23.10.1
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.0.292
31+
rev: v0.1.3
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.2.0"
36+
rev: "1.3.0"
3737
hooks:
3838
- id: pyproject-fmt
3939
exclude: docs/examples/
4040

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

0 commit comments

Comments
 (0)