Skip to content

Commit db26f2e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.8.0 → v3.14.0](asottile/pyupgrade@v3.8.0...v3.14.0) - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1) - [github.com/asottile/blacken-docs: 1.14.0 → 1.16.0](adamchainz/blacken-docs@1.14.0...1.16.0) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6)
1 parent 6a3fc50 commit db26f2e

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
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v3.8.0
6+
rev: v3.14.0
77
hooks:
88
- id: pyupgrade
99
args: [--py37-plus]
@@ -20,12 +20,12 @@ repos:
2020
- id: isort
2121

2222
- repo: https://github.com/psf/black
23-
rev: 23.3.0
23+
rev: 23.9.1
2424
hooks:
2525
- id: black
2626

2727
- repo: https://github.com/asottile/blacken-docs
28-
rev: 1.14.0
28+
rev: 1.16.0
2929
hooks:
3030
- id: blacken-docs
3131

@@ -52,12 +52,12 @@ repos:
5252
- id: yesqa
5353

5454
- repo: https://github.com/PyCQA/flake8
55-
rev: 6.0.0
55+
rev: 6.1.0
5656
hooks:
5757
- id: flake8
5858

5959
- repo: https://github.com/codespell-project/codespell
60-
rev: v2.2.5
60+
rev: v2.2.6
6161
hooks:
6262
- id: codespell
6363
types_or: [python, rst, markdown]

0 commit comments

Comments
 (0)