Skip to content

Commit 0504b9e

Browse files
Merge pull request #51 from pytest-dev/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 9e8749f + c501c1a commit 0504b9e

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.9.1
3+
rev: 23.10.1
44
hooks:
55
- id: black
66
args: [--safe, --quiet]
@@ -31,10 +31,10 @@ repos:
3131
args: [--py37-plus]
3232

3333
- repo: https://github.com/tox-dev/pyproject-fmt
34-
rev: "1.2.0"
34+
rev: "1.3.0"
3535
hooks:
3636
- id: pyproject-fmt
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: 'v1.5.1'
38+
rev: 'v1.6.1'
3939
hooks:
4040
- id: mypy

0 commit comments

Comments
 (0)