Skip to content

Commit 4e597dc

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/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/psf/black: 22.10.0 → 23.3.0](psf/black@22.10.0...23.3.0) - [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0) - [github.com/asottile/pyupgrade: v3.2.2 → v3.8.0](asottile/pyupgrade@v3.2.2...v3.8.0)
1 parent ea93059 commit 4e597dc

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,7 +2,7 @@ exclude: '^docs/conf.py'
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.3.0
5+
rev: v4.4.0
66
hooks:
77
- id: trailing-whitespace
88
- id: check-added-large-files
@@ -17,7 +17,7 @@ repos:
1717
args: ['--fix=no']
1818

1919
- repo: https://github.com/PyCQA/flake8
20-
rev: 5.0.4
20+
rev: 6.0.0
2121
hooks:
2222
- id: flake8
2323
additional_dependencies:
@@ -39,22 +39,22 @@ repos:
3939

4040

4141
- repo: https://github.com/psf/black
42-
rev: 22.10.0
42+
rev: 23.3.0
4343
hooks:
4444
- id: black
4545

4646
- repo: https://github.com/PyCQA/isort
47-
rev: 5.10.1
47+
rev: 5.12.0
4848
hooks:
4949
- id: isort
5050

5151
- repo: https://github.com/pre-commit/pygrep-hooks
52-
rev: v1.9.0
52+
rev: v1.10.0
5353
hooks:
5454
- id: rst-backticks
5555

5656
- repo: https://github.com/asottile/pyupgrade
57-
rev: v3.2.2
57+
rev: v3.8.0
5858
hooks:
5959
- id: pyupgrade
6060
args: [--py38-plus]

0 commit comments

Comments
 (0)