Skip to content

Commit 2bc119e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0) - [github.com/psf/black: 22.6.0 → 23.9.1](psf/black@22.6.0...23.9.1) - [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.1.0](PyCQA/flake8@4.0.1...6.1.0) - [github.com/asottile/pyupgrade: v2.37.1 → v3.15.0](asottile/pyupgrade@v2.37.1...v3.15.0) - [github.com/PyCQA/doc8: 0.11.2 → v1.1.1](PyCQA/doc8@0.11.2...v1.1.1)
1 parent 4f81628 commit 2bc119e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,34 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.3.0
5+
rev: v4.5.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
- id: check-added-large-files
1111

1212
- repo: https://github.com/psf/black
13-
rev: "22.6.0"
13+
rev: "23.9.1"
1414
hooks:
1515
- id: black
1616

1717
- repo: https://github.com/PyCQA/isort
18-
rev: "5.10.1"
18+
rev: "5.12.0"
1919
hooks:
2020
- id: isort
2121

2222
- repo: https://github.com/PyCQA/flake8
23-
rev: "4.0.1"
23+
rev: "6.1.0"
2424
hooks:
2525
- id: flake8
2626

2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: "v2.37.1"
28+
rev: "v3.15.0"
2929
hooks:
3030
- id: pyupgrade
3131

3232
- repo: https://github.com/PyCQA/doc8
33-
rev: "0.11.2"
33+
rev: "v1.1.1"
3434
hooks:
3535
- id: doc8

0 commit comments

Comments
 (0)