Skip to content

Commit b67c2ad

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/asottile/setup-cfg-fmt: v1.20.1 → v2.3.0](asottile/setup-cfg-fmt@v1.20.1...v2.3.0) - [github.com/asottile/pyupgrade: v2.34.0 → v3.6.0](asottile/pyupgrade@v2.34.0...v3.6.0) - [github.com/psf/black: 22.3.0 → 23.3.0](psf/black@22.3.0...23.3.0) - [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - [github.com/PyCQA/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0) - [github.com/codespell-project/codespell: v2.1.0 → v2.2.4](codespell-project/codespell@v2.1.0...v2.2.4)
1 parent 3941594 commit b67c2ad

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.4.0
44
hooks:
55
- id: check-ast
66
- id: check-builtin-literals
@@ -11,32 +11,32 @@ repos:
1111
- id: fix-encoding-pragma
1212
args: [--remove]
1313
- repo: https://github.com/asottile/setup-cfg-fmt
14-
rev: v1.20.1
14+
rev: v2.3.0
1515
hooks:
1616
- id: setup-cfg-fmt
1717
args: ["--max-py-version", "3.9"]
1818

1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v2.34.0
20+
rev: v3.6.0
2121
hooks:
2222
- id: pyupgrade
2323
args: [--py38-plus]
2424
- repo: https://github.com/psf/black
25-
rev: 22.3.0
25+
rev: 23.3.0
2626
hooks:
2727
- id: black
2828
language_version: python3
2929
- repo: https://github.com/PyCQA/isort
30-
rev: 5.10.1
30+
rev: 5.12.0
3131
hooks:
3232
- id: isort
3333
- repo: https://github.com/PyCQA/flake8
34-
rev: 4.0.1
34+
rev: 6.0.0
3535
hooks:
3636
- id: flake8
3737

3838
- repo: https://github.com/codespell-project/codespell
39-
rev: v2.1.0
39+
rev: v2.2.4
4040
hooks:
4141
- id: codespell
4242
files: ".py|.rst|.md"

0 commit comments

Comments
 (0)