Skip to content

Commit cc493f6

Browse files
Merge pull request #878 from pypa/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents e9cbb5a + 6ec817b commit cc493f6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.3.0
5+
rev: 23.7.0
66
hooks:
77
- id: black
88
args: [--safe, --quiet]
@@ -19,21 +19,21 @@ repos:
1919
- id: check-yaml
2020
- id: debug-statements
2121
- repo: https://github.com/PyCQA/flake8
22-
rev: 6.0.0
22+
rev: 6.1.0
2323
hooks:
2424
- id: flake8
2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.9.0
26+
rev: v3.10.1
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py38-plus]
3030
- repo: https://github.com/tox-dev/pyproject-fmt
31-
rev: "0.13.0"
31+
rev: "0.13.1"
3232
hooks:
3333
- id: pyproject-fmt
3434

3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: 'v1.4.1'
36+
rev: 'v1.5.0'
3737
hooks:
3838
- id: mypy
3939
args: [--strict]

0 commit comments

Comments
 (0)