Skip to content

Commit 05c6b81

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/isort: 5.10.1 → v5.11.3](PyCQA/isort@5.10.1...v5.11.3) - [github.com/psf/black: 22.8.0 → 22.12.0](psf/black@22.8.0...22.12.0) - [github.com/pycqa/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/asottile/setup-cfg-fmt: v2.0.0 → v2.2.0](asottile/setup-cfg-fmt@v2.0.0...v2.2.0)
1 parent bb80a61 commit 05c6b81

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
@@ -5,7 +5,7 @@ default_language_version:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.3.0
8+
rev: v4.4.0
99
hooks:
1010
- id: check-added-large-files
1111
- id: end-of-file-fixer
@@ -23,23 +23,23 @@ repos:
2323
- id: debug-statements
2424

2525
- repo: https://github.com/pycqa/isort
26-
rev: 5.10.1
26+
rev: v5.11.3
2727
hooks:
2828
- id: isort
2929
name: isort (python)
3030

3131
- repo: https://github.com/psf/black
32-
rev: 22.8.0
32+
rev: 22.12.0
3333
hooks:
3434
- id: black
3535

3636
- repo: https://github.com/pycqa/flake8
37-
rev: 5.0.4
37+
rev: 6.0.0
3838
hooks:
3939
- id: flake8
4040

4141
- repo: https://github.com/asottile/setup-cfg-fmt
42-
rev: v2.0.0
42+
rev: v2.2.0
4343
hooks:
4444
- id: setup-cfg-fmt
4545

0 commit comments

Comments
 (0)